Skip to content

Commit

Permalink
Merge pull request #36 from FriendsOfBehat/bump-versions
Browse files Browse the repository at this point in the history
[Maintenance] Update Symfony and PHP support
  • Loading branch information
lchrusciel committed Jan 30, 2024
2 parents e011461 + cf8a10c commit 8929291
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.0", "8.1"]
symfony: ["^4.4", "^5.4", "6.0"]
php: ["8.1", "8.2", "8.3"]
symfony: ["^5.4", "^6.4", "7.0"]
exclude:
- php: "8.1"
symfony: "7.0"

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.1",
"behat/behat": "^3.8",
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0"
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0"
},
"require-dev": {
"friends-of-behat/test-context": "^1.0"
Expand Down

0 comments on commit 8929291

Please sign in to comment.