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.
2 parents 385c340 + c00926a commit b6de3f9Copy full SHA for b6de3f9
.github/workflows/build.yml
@@ -17,7 +17,10 @@ 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
+ exclude:
22
+ - php: "7.4"
23
+ symfony: "6.0"
24
25
steps:
26
- 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