diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dacd9a2..322677e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: - name: Upgrade analysis tools to latest if: ${{ matrix.dependency-versions == 'lowest' }} - run: composer update phpstan/phpstan rector/rector phpunit/phpunit squizlabs/php_codesniffer --with-all-dependencies --no-interaction + run: composer update phpstan/phpstan phpstan/phpstan-phpunit rector/rector phpunit/phpunit squizlabs/php_codesniffer --with-all-dependencies --no-interaction - run: vendor/bin/phpcs if: ${{ failure() || success() }}