Skip to content

Commit 64f81a2

Browse files
committed
Update php requirement to 7.4+
1 parent 73e78dd commit 64f81a2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
php-version: ['7.2', '7.4', '8.0', '8.1']
19+
php-version: ['7.4', '8.0', '8.1']
2020
name: PHP ${{ matrix.php-version }}
2121

2222
steps:
@@ -55,7 +55,7 @@ jobs:
5555
- name: Setup PHP
5656
uses: shivammathur/setup-php@v2
5757
with:
58-
php-version: '7.2'
58+
php-version: '7.4'
5959
extensions: mbstring, intl
6060
coverage: none
6161

@@ -75,7 +75,7 @@ jobs:
7575
- name: Setup PHP
7676
uses: shivammathur/setup-php@v2
7777
with:
78-
php-version: '7.2'
78+
php-version: '7.4'
7979
extensions: mbstring, intl
8080
coverage: none
8181

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "project",
66
"license": "MIT",
77
"require": {
8-
"php": ">=7.2",
8+
"php": ">=7.4",
99
"cakephp/cakephp": "^4.3",
1010
"cakephp/migrations": "^3.2",
1111
"cakephp/plugin-installer": "^1.3",

0 commit comments

Comments
 (0)