Skip to content

Commit

Permalink
Merge pull request #355 from franmomu/allow_sf6
Browse files Browse the repository at this point in the history
Test with Symfony 6
  • Loading branch information
garak committed Oct 23, 2021
2 parents 5c42ee5 + 479e989 commit 8bd3dc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- description: 'Symfony 5.4'
php: '7.4'
symfony: 5.4.x-dev
- description: 'Symfony 6.0'
php: '8.0'
symfony: 6.0.x-dev
- description: 'Dev deps'
php: '8.0'
dev: true
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"require-dev": {
"phpunit/phpunit": "^9.5",
"psr/container": "^1.0",
"symfony/http-foundation": "^4.4 || ^5.0",
"symfony/http-foundation": "^4.4 || ^5.0 || ^6.0",
"symfony/phpunit-bridge": "^5.3",
"symfony/routing": "^4.4 || ^5.0",
"symfony/routing": "^4.4 || ^5.0 || ^6.0",
"twig/twig": "^1.40 || ^2.9 || ^3.0"
},
"suggest": {
Expand Down

0 comments on commit 8bd3dc2

Please sign in to comment.