Skip to content

Commit 727d25c

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

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,12 @@ jobs:
6767
coverage: "none"
6868
tools: "composer:v2,flex"
6969

70-
- name: "Cache dependencies installed with composer"
71-
uses: "actions/cache@v2"
72-
with:
73-
path: "~/.composer/cache"
74-
key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
75-
restore-keys: "php-${{ matrix.php-version }}-composer-locked-"
76-
7770
- name: "Install dependencies with composer"
7871
env:
7972
SYMFONY_REQUIRE: "${{ matrix.symfony-require }}"
8073
run: |
8174
composer update --no-interaction --no-progress ${{ matrix.composer-flags }}
75+
composer remove friendsofphp/php-cs-fixer --dev
8276
8377
- name: "Run PHPUnit"
8478
if: "${{ matrix.coverage != '' }}"

0 commit comments

Comments
 (0)