We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324c2f3 commit 5f5b9f1Copy full SHA for 5f5b9f1
2 files changed
.github/workflows/build.yaml
@@ -20,6 +20,9 @@ jobs:
20
fail-fast: false
21
matrix:
22
include:
23
+ - description: 'Symfony 8.0'
24
+ php: '8.4'
25
+ symfony: '8.0.*'
26
- description: 'Symfony 7.1 DEV'
27
php: '8.2'
28
symfony: '7.1.*@dev'
composer.json
@@ -17,7 +17,7 @@
17
],
18
"require": {
19
"php": ">=8.1",
- "symfony/framework-bundle": "^5.1|^6.0|^7.0",
+ "symfony/framework-bundle": "^5.1|^6.0|^7.0|^8.0",
"knplabs/knp-snappy": "^1.4.3"
},
"autoload": {
@@ -32,6 +32,6 @@
32
33
"require-dev": {
34
"phpunit/phpunit": "^8.5",
35
- "symfony/yaml": "^5.1|^6.0|^7.0"
+ "symfony/yaml": "^5.1|^6.0|^7.0|^8.0"
36
}
37
0 commit comments