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'
|
- '.composer'
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/drone-cache:/tmp/cache
|
- /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:
|
check:
|
||||||
image: friendicaci/php-cs
|
image: friendicaci/php-cs
|
||||||
commands:
|
commands:
|
||||||
|
|
|
@ -55,13 +55,6 @@ steps:
|
||||||
- '.composer'
|
- '.composer'
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/drone-cache:/tmp/cache
|
- /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:
|
test:
|
||||||
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
|
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue