mirror of
https://github.com/friendica/friendica
synced 2024-12-22 19:20:17 +00:00
move phpstan check into code_standards_check pipeline
This commit is contained in:
parent
6fed376c50
commit
07f7632d64
2 changed files with 7 additions and 7 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue