Skip to content

Commit

Permalink
Update php requirements to 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ajibarra committed Sep 23, 2022
1 parent fac590e commit ba0e455
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.2', '8.0', '8.1']
php-version: ['7.4', '8.0', '8.1']
db-type: [mysql, pgsql, sqlite]
prefer-lowest: ['']
include:
- php-version: '7.2'
- php-version: '7.4'
db-type: 'sqlite'
prefer-lowest: 'prefer-lowest'

Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.2'
php-version: '7.4'
extensions: mbstring, intl
coverage: none
tools: cs2pr
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"source": "https://github.com/cakephp/migrations"
},
"require": {
"php": ">=7.2.0",
"php": ">=7.4.0",
"robmorgan/phinx": "^0.12",
"cakephp/orm": "^4.3.0",
"cakephp/cache": "^4.3.0"
Expand Down

0 comments on commit ba0e455

Please sign in to comment.