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 b29f464 commit 727d25cCopy full SHA for 727d25c
.github/workflows/continuous-integration.yml
@@ -67,18 +67,12 @@ jobs:
67
coverage: "none"
68
tools: "composer:v2,flex"
69
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
-
77
- name: "Install dependencies with composer"
78
env:
79
SYMFONY_REQUIRE: "${{ matrix.symfony-require }}"
80
run: |
81
composer update --no-interaction --no-progress ${{ matrix.composer-flags }}
+ composer remove friendsofphp/php-cs-fixer --dev
82
83
- name: "Run PHPUnit"
84
if: "${{ matrix.coverage != '' }}"
0 commit comments