Skip to content

Commit 5f5b9f1

Browse files
committed
chore: support symfony 8
1 parent 324c2f3 commit 5f5b9f1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
include:
23+
- description: 'Symfony 8.0'
24+
php: '8.4'
25+
symfony: '8.0.*'
2326
- description: 'Symfony 7.1 DEV'
2427
php: '8.2'
2528
symfony: '7.1.*@dev'

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=8.1",
20-
"symfony/framework-bundle": "^5.1|^6.0|^7.0",
20+
"symfony/framework-bundle": "^5.1|^6.0|^7.0|^8.0",
2121
"knplabs/knp-snappy": "^1.4.3"
2222
},
2323
"autoload": {
@@ -32,6 +32,6 @@
3232
},
3333
"require-dev": {
3434
"phpunit/phpunit": "^8.5",
35-
"symfony/yaml": "^5.1|^6.0|^7.0"
35+
"symfony/yaml": "^5.1|^6.0|^7.0|^8.0"
3636
}
3737
}

0 commit comments

Comments
 (0)