move phpstan check into code_standards_check pipeline

This commit is contained in:
Art4 2024-11-28 12:41:40 +00:00
parent 6fed376c50
commit 07f7632d64
2 changed files with 7 additions and 7 deletions

View file

@ -30,6 +30,13 @@ steps:
- '.composer'
volumes:
- /tmp/drone-cache:/tmp/cache
phpstan:
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
when:
matrix:
PHP_MAJOR_VERSION: 8.2
commands:
- bin/composer.phar run phpstan;
check:
image: friendicaci/php-cs
commands:

View file

@ -55,13 +55,6 @@ steps:
- '.composer'
volumes:
- /tmp/drone-cache:/tmp/cache
phpstan:
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
when:
matrix:
PHP_MAJOR_VERSION: 8.2
commands:
- bin/composer.phar run phpstan;
test:
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
environment: