Skip to content

Commit b9f578a

Browse files
committed
Also remove phpstan-phpunit from CI builds
1 parent 26f3f0f commit b9f578a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: "Install latest dependencies"
6464
run: |
6565
# Remove PHPStan as it requires a newer PHP
66-
composer remove phpstan/phpstan --dev --no-update
66+
composer remove phpstan/phpstan phpstan/phpstan-phpunit --dev --no-update
6767
composer update ${{ env.COMPOSER_FLAGS }}
6868
6969
- name: "Run tests"

0 commit comments

Comments
 (0)