Skip to content

Commit

Permalink
Remove php-cs-fixer since it is not yet compatible with symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
W0rma committed Nov 18, 2021
1 parent b29f464 commit 335c57a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
SYMFONY_REQUIRE: "${{ matrix.symfony-require }}"
run: |
composer update --no-interaction --no-progress ${{ matrix.composer-flags }}
composer remove friendsofphp/php-cs-fixer --dev
- name: "Run PHPUnit"
if: "${{ matrix.coverage != '' }}"
Expand Down

0 comments on commit 335c57a

Please sign in to comment.