Skip to content

Commit 8bd3dc2

Browse files
authored
Merge pull request #355 from franmomu/allow_sf6
Test with Symfony 6
2 parents 5c42ee5 + 479e989 commit 8bd3dc2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
- description: 'Symfony 5.4'
5151
php: '7.4'
5252
symfony: 5.4.x-dev
53+
- description: 'Symfony 6.0'
54+
php: '8.0'
55+
symfony: 6.0.x-dev
5356
- description: 'Dev deps'
5457
php: '8.0'
5558
dev: true

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"require-dev": {
2929
"phpunit/phpunit": "^9.5",
3030
"psr/container": "^1.0",
31-
"symfony/http-foundation": "^4.4 || ^5.0",
31+
"symfony/http-foundation": "^4.4 || ^5.0 || ^6.0",
3232
"symfony/phpunit-bridge": "^5.3",
33-
"symfony/routing": "^4.4 || ^5.0",
33+
"symfony/routing": "^4.4 || ^5.0 || ^6.0",
3434
"twig/twig": "^1.40 || ^2.9 || ^3.0"
3535
},
3636
"suggest": {

0 commit comments

Comments
 (0)