Skip to content

Commit

Permalink
Merge pull request #25 from FriendsOfBehat/update-composer-deps-Symfo…
Browse files Browse the repository at this point in the history
…ny-7

[WIP] Add support Symfony 7 Update composer.json
  • Loading branch information
Yozhef authored Jan 11, 2024
2 parents 18d5a53 + 2715006 commit 8543360
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
symfony-version:
- '4.4.*'
- '5.4.*'
- '6.0.*'
- '6.1.*'
- '6.4.*'
exclude:
- php-version: '7.4'
symfony-version: '6.0.*'
symfony-version: '6.4.*'
- php-version: '8.0'
symfony-version: '6.1.*'
- php-version: '7.4'
symfony-version: '6.1.*'
symfony-version: '6.4.*'
include:
- php-version: '8.2'
symfony-version: '7.0.*'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"php": ">=7.4",
"behat/behat": "^3.0.5",
"behat/mink": "^1.5",
"symfony/config": "^4.4 || ^5.0 || ^6.0"
"symfony/config": "^4.4 || ^5.0 || ^6.0 || ^7.0"
},
"replace": {
"behat/mink-extension": "self.version"
Expand Down

0 comments on commit 8543360

Please sign in to comment.