Skip to content

Commit

Permalink
Allow PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jschaedl committed Nov 23, 2023
1 parent e7c3c44 commit 2d2989d
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ '8.0', '8.1', '8.2' ]
php-version: [ '8.0', '8.1', '8.2', '8.3' ]
prefer-lowest: ['', '--prefer-lowest --prefer-stable']
coverage-driver: [ 'xdebug' ]

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"require" : {
"php" : "~8.0.0 || ~8.1.0 || ~8.2.0",
"php" : "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-ctype": "*",
"symfony/options-resolver": "^5.4|^6"
},
Expand Down

0 comments on commit 2d2989d

Please sign in to comment.