Skip to content

Commit

Permalink
Improve compatibility with PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanvyas22 authored and pabloelcolombiano committed Feb 9, 2024
1 parent 59af217 commit 9bb9ee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_composer2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.4', '8.0', '8.2']
php-version: ['7.4', '8.0', '8.2', '8.3']
db-type: [sqlite, mysql, pgsql]
composer-type: [lowest, stable, dev]

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": ">=7.2",
"cakephp/orm": "^4.2",
"fakerphp/faker": "^1.15",
"fakerphp/faker": "^1.23",
"vierge-noire/cakephp-test-suite-light": "^2.1"
},
"require-dev": {
Expand Down

0 comments on commit 9bb9ee5

Please sign in to comment.