Skip to content

Commit

Permalink
Test with Behat on Symfony 7 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaicher authored Jan 10, 2024
1 parent 10a2b2e commit 420a6d8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,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 All @@ -75,7 +71,6 @@ jobs:
run: make ${{ matrix.test_make_target }}

- name: Behat
if: matrix.symfony_require != '7.0.*'
run: make behat

php-stan:
Expand Down

0 comments on commit 420a6d8

Please sign in to comment.