mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-21 21:16:11 +01:00
Actually execute phpstan in phpstan 7.2 job, not phpunit
This commit is contained in:
parent
a55f685abc
commit
dcb071fe3d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue