Skip to content

Commit

Permalink
PHP 8.3 compatibility checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra authored and stof committed Dec 7, 2023
1 parent f560293 commit 1b4b61e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
composer-flags: [ "" ]
include:
- php: 7.2
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 || 8.0.* || 8.1.* || 8.2.*",
"php": "^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.*",
"phpdocumentor/reflection-docblock": "^5.2",
"sebastian/comparator": "^3.0 || ^4.0 || ^5.0",
"doctrine/instantiator": "^1.2 || ^2.0",
Expand Down

0 comments on commit 1b4b61e

Please sign in to comment.