Merge pull request #25 from FriendsOfBehat/update-composer-deps-Symfony-7

[WIP] Add support Symfony 7 Update composer.json
This commit is contained in:
Yozhef
2024-01-11 11:12:02 +02:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -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"