Skip to content

Commit b6de3f9

Browse files
authored
Merge pull request #32 from loic425/symfony-6
Add support for Symfony 6
2 parents 385c340 + c00926a commit b6de3f9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
php: ["7.4", "8.0"]
20-
symfony: ["^4.4", "^5.2"]
20+
symfony: ["^4.4", "^5.4", "6.0"]
21+
exclude:
22+
- php: "7.4"
23+
symfony: "6.0"
2124

2225
steps:
2326
- uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require": {
1212
"php": "^7.4 || ^8.0",
1313
"behat/behat": "^3.8",
14-
"symfony/dependency-injection": "^4.4 || ^5.2"
14+
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0"
1515
},
1616
"require-dev": {
1717
"friends-of-behat/test-context": "^1.0"

0 commit comments

Comments
 (0)