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 e011461 + cf8a10c commit 8929291Copy full SHA for 8929291
.github/workflows/build.yml
@@ -16,8 +16,11 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- php: ["8.0", "8.1"]
20
- symfony: ["^4.4", "^5.4", "6.0"]
+ php: ["8.1", "8.2", "8.3"]
+ symfony: ["^5.4", "^6.4", "7.0"]
21
+ exclude:
22
+ - php: "8.1"
23
+ symfony: "7.0"
24
25
steps:
26
- uses: actions/checkout@v2
composer.json
@@ -9,9 +9,9 @@
9
}
10
],
11
"require": {
12
- "php": "^7.4 || ^8.0",
+ "php": "^8.1",
13
"behat/behat": "^3.8",
14
- "symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0"
+ "symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0"
15
},
"require-dev": {
"friends-of-behat/test-context": "^1.0"
0 commit comments