Skip to content

Commit 2b30c47

Browse files
committed
Update github workflows
1 parent d4c17da commit 2b30c47

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ jobs:
6161
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}-${{ matrix.composer-flags }}
6262
restore-keys: composer-${{ runner.os }}-${{ matrix.php-version }}-
6363

64+
- name: Remove friendsofphp/php-cs-fixer
65+
if: matrix.coding-standards != true
66+
run: composer remove friendsofphp/php-cs-fixer --dev --no-update
67+
68+
- name: Remove phpstan/phpstan
69+
if: matrix.static-analysis != true
70+
run: composer remove phpstan/phpstan --dev --no-update
71+
6472
- name: Install dependencies
6573
run: composer update --no-interaction --no-progress ${{ matrix.composer-flags }}
6674

0 commit comments

Comments
 (0)