Skip to content

Commit aa46f8c

Browse files
committed
Remove php-cs-fixer since it is not yet compatible with symfony 6
1 parent b29f464 commit aa46f8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
env:
7979
SYMFONY_REQUIRE: "${{ matrix.symfony-require }}"
8080
run: |
81+
composer remove friendsofphp/php-cs-fixer --dev
8182
composer update --no-interaction --no-progress ${{ matrix.composer-flags }}
8283
8384
- name: "Run PHPUnit"

0 commit comments

Comments
 (0)