Skip to content

Commit 1fb0950

Browse files
jschaedlclaude
andauthored
Add support for PHP 8.5 (#119)
- Update composer.json to include PHP 8.5 in version constraints - Add PHP 8.5 to CI workflow test matrix 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]>
1 parent a56e5b2 commit 1fb0950

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
fail-fast: false
6262
matrix:
63-
php-version: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
63+
php-version: [ '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
6464
prefer-lowest: ['', '--prefer-lowest --prefer-stable']
6565
coverage-driver: [ 'xdebug' ]
6666

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"require" : {
25-
"php" : "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
25+
"php" : "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
2626
"ext-ctype": "*",
2727
"symfony/options-resolver": "^5.4|^6|^7"
2828
},

0 commit comments

Comments
 (0)