We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e64680 commit 24fb3cbCopy full SHA for 24fb3cb
.github/workflows/continuous-integration.yml
@@ -80,6 +80,9 @@ jobs:
80
run: |
81
composer update --no-interaction --no-progress ${{ matrix.composer-flags }}
82
83
+ - name: "Remove php-cs-fixer for symfony 6"
84
+ run: composer remove friendsofphp/php-cs-fixer --dev
85
+
86
- name: "Run PHPUnit"
87
if: "${{ matrix.coverage != '' }}"
88
0 commit comments