Actually execute phpstan in phpstan 7.2 job, not phpunit

This commit is contained in:
Daniel Siepmann 2022-01-26 14:59:50 +01:00
parent a55f685abc
commit dcb071fe3d

View file

@ -94,7 +94,7 @@ validate:phpstan:7.2:
before_script:
script:
- composer install --prefer-dist --no-progress
- php -d memory_limit=-1 ./vendor/bin/phpunit --testdox
- php -d memory_limit=-1 ./vendor/bin/phpstan --no-progress
test:phpunit:8.0:
image: php:8.0-alpine