mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 09:16:20 +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:
|
before_script:
|
||||||
script:
|
script:
|
||||||
- composer install --prefer-dist --no-progress
|
- 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:
|
test:phpunit:8.0:
|
||||||
image: php:8.0-alpine
|
image: php:8.0-alpine
|
||||||
|
|
Loading…
Reference in a new issue