Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
fail-fast: false
matrix:
include:
- description: 'Symfony 8.0'
php: '8.4'
symfony: '8.0.*'
- description: 'Symfony 7.1 DEV'
php: '8.2'
symfony: '7.1.*@dev'
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"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": {
Expand All @@ -32,6 +32,6 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"symfony/yaml": "^5.1|^6.0|^7.0"
"symfony/yaml": "^5.1|^6.0|^7.0|^8.0"
}
}