Skip to content

Commit 3cc9812

Browse files
Symfony 8 support
1 parent 7777bdb commit 3cc9812

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
php-versions: [ '8.1', '8.2', '8.3', '8.4' ]
11+
php-versions: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
1212

1313
steps:
1414
# https://github.com/marketplace/actions/setup-php-action

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ext-simplexml": "*",
2121
"ext-xmlreader": "*",
2222
"phpunit/phpunit": "^10.3||^11.0||^12.0",
23-
"symfony/console": "^5.4||^6.2||^7.0"
23+
"symfony/console": "^5.4||^6.2||^7.0||^8.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)