Skip to content

Commit

Permalink
Merge pull request #245 from ishanvyas22/php83
Browse files Browse the repository at this point in the history
Improve compatibility with PHP 8.3
  • Loading branch information
pabloelcolombiano authored Feb 7, 2024
2 parents 06863d5 + b3dfd2b commit cfdf91d
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: ['8.1', '8.2']
php-version: ['8.1', '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 @@ -17,7 +17,7 @@
"require": {
"php": ">=8.1",
"cakephp/orm": "^5.0",
"fakerphp/faker": "^1.15",
"fakerphp/faker": "^1.23",
"vierge-noire/cakephp-test-suite-light": "^3.0"
},
"require-dev": {
Expand Down

0 comments on commit cfdf91d

Please sign in to comment.