Skip to content

Commit

Permalink
update php min version to 7.4 to match requirement by cakephp/cakephp
Browse files Browse the repository at this point in the history
  • Loading branch information
steinkel committed Sep 12, 2023
1 parent a54200a commit 4e99411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.3', '7.4', '8.0', '8.1', '8.2']
php-version: ['7.4', '8.0', '8.1', '8.2']
db-type: [sqlite, mysql, pgsql]
prefer-lowest: ['']

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"-minimum-stability": "dev",
"require": {
"php": ">=7.2.0",
"php": ">=7.4.0",
"cakephp/cakephp": "^4.3"
},
"require-dev": {
Expand Down

0 comments on commit 4e99411

Please sign in to comment.