We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385c340 commit 707fbeaCopy full SHA for 707fbea
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
php: ["7.4", "8.0"]
20
- symfony: ["^4.4", "^5.2"]
+ symfony: ["^4.4", "^5.4", "6.0"]
21
22
steps:
23
- uses: actions/checkout@v2
composer.json
@@ -11,7 +11,7 @@
11
"require": {
12
"php": "^7.4 || ^8.0",
13
"behat/behat": "^3.8",
14
- "symfony/dependency-injection": "^4.4 || ^5.2"
+ "symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0"
15
},
16
"require-dev": {
"friends-of-behat/test-context": "^1.0"
0 commit comments