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 26f3f0f commit b9f578aCopy full SHA for b9f578a
.github/workflows/continuous-integration.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: "Install latest dependencies"
64
run: |
65
# Remove PHPStan as it requires a newer PHP
66
- composer remove phpstan/phpstan --dev --no-update
+ composer remove phpstan/phpstan phpstan/phpstan-phpunit --dev --no-update
67
composer update ${{ env.COMPOSER_FLAGS }}
68
69
- name: "Run tests"
0 commit comments