diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index acfad9f8c..aede4b0b7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: composer update --prefer-dist --no-interaction --no-progress - name: PHPStan run: | - composer require "phpstan/phpstan:1.9.2" + composer require "phpstan/phpstan" --dev vendor/bin/phpstan analyse --no-progress - name: Execute tests run: vendor/bin/paratest --verbose