Skip to content

Commit 24fb3cb

Browse files
committed
Remove php-cs-fixer because it is not yet compatible with symfony 6
1 parent 4e64680 commit 24fb3cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ jobs:
8080
run: |
8181
composer update --no-interaction --no-progress ${{ matrix.composer-flags }}
8282
83+
- name: "Remove php-cs-fixer for symfony 6"
84+
run: composer remove friendsofphp/php-cs-fixer --dev
85+
8386
- name: "Run PHPUnit"
8487
if: "${{ matrix.coverage != '' }}"
8588
run: |

0 commit comments

Comments
 (0)