Skip to content

Commit

Permalink
Merge pull request #608 from rajeshreeputra/php-8.3-compatibility
Browse files Browse the repository at this point in the history
PHP 8.3 compatibility checks.
  • Loading branch information
stof committed Dec 7, 2023
2 parents f560293 + a2c9520 commit 03cfe36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
include:
- php: 7.2
composer-flags: "--prefer-lowest"
- php: '8.3'
composer-flags: "--ignore-platform-req=php+" # TODO move that to a normal job without flag once phpspec supports it

steps:
- uses: actions/checkout@v3
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 03cfe36

Please sign in to comment.