Skip to content

Commit 8929291

Browse files
authored
Merge pull request #36 from FriendsOfBehat/bump-versions
[Maintenance] Update Symfony and PHP support
2 parents e011461 + cf8a10c commit 8929291

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
php: ["8.0", "8.1"]
20-
symfony: ["^4.4", "^5.4", "6.0"]
19+
php: ["8.1", "8.2", "8.3"]
20+
symfony: ["^5.4", "^6.4", "7.0"]
21+
exclude:
22+
- php: "8.1"
23+
symfony: "7.0"
2124

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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.4 || ^8.0",
12+
"php": "^8.1",
1313
"behat/behat": "^3.8",
14-
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0"
14+
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0"
1515
},
1616
"require-dev": {
1717
"friends-of-behat/test-context": "^1.0"

0 commit comments

Comments
 (0)