Skip to content

Commit

Permalink
Merge pull request #40 from FriendsOfBehat/support-symfony
Browse files Browse the repository at this point in the history
Support Symfony 7.0
  • Loading branch information
Yozhef authored Jan 11, 2024
2 parents d950602 + f96898b commit 31a8b3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["7.4", "8.0", "8.1"]
symfony: ["5.3.*", "5.4.*", "6.0.*"]
php: ["8.1", "8.2", "8.3"]
symfony: ["5.4.*", "6.4.*", "7.0.*"]
exclude:
- symfony: "6.0.*"
php: "7.4"
- symfony: "7.0.*"
php: "8.1"

steps:
-
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.1",
"behat/behat": "^3.5",
"symfony/filesystem": "^5.3 || ^6.0",
"symfony/process": "^5.3 || ^6.0"
"symfony/filesystem": "^5.4 || ^6.4 || ^7.0",
"symfony/process": "^5.4 || ^6.4 || ^7.0"
},
"require-dev": {
"vimeo/psalm": "^4.15"
Expand Down

0 comments on commit 31a8b3d

Please sign in to comment.