Skip to content

Commit a1938b9

Browse files
committed
ci: remove unnecessary dependencies for test job
1 parent 4cd81de commit a1938b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
restore-keys: ${{ runner.os }}-composer-laravel-
162162

163163
- name: Remove static analysis packages to prevent platform issues
164-
run: composer remove --dev --no-update ergebnis/composer-normalize laravel/pint phpstan/phpstan
164+
run: composer remove --dev --no-update ergebnis/composer-normalize laravel/pint phpstan/extension-installer phpstan/phpstan phpstan/phpstan-deprecation-rules phpstan/phpstan-phpunit
165165

166166
- name: Restrict phpunit/phpunit version to fix dependencies issue for Laravel <= 5.4
167167
if: ${{ contains(fromJSON('["5.4.0", "5.3.0", "5.2.0", "5.1.0"]'), matrix.laravel) }}

0 commit comments

Comments
 (0)