Skip to content

Commit

Permalink
Test with Behat on Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaicher committed Dec 9, 2023
1 parent e382d27 commit 9f814f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Expand Up @@ -40,6 +40,7 @@ jobs:
test_make_target: test
- php: 8.2
symfony_require: 7.0.*
stability: dev
test_make_target: test
- php: 8.3
stability: dev
Expand All @@ -58,10 +59,6 @@ jobs:
if: matrix.stability
run: composer config minimum-stability ${{ matrix.stability }}

- name: Remove behat/behat
if: matrix.symfony_require == '7.0.*'
run: composer remove behat/behat --no-update --dev

- name: Remove CS fixer
run: composer remove friendsofphp/php-cs-fixer --no-update --dev

Expand Down

0 comments on commit 9f814f1

Please sign in to comment.