mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 07:44:27 +02:00
Add CI step for PHPStan in addons folder
This commit is contained in:
parent
fead446624
commit
8e7676bfd8
2 changed files with 40 additions and 1 deletions
|
@ -64,9 +64,16 @@ steps:
|
|||
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
|
||||
when:
|
||||
matrix:
|
||||
PHP_MAJOR_VERSION: 8.2
|
||||
PHP_MAJOR_VERSION: 8.3
|
||||
commands:
|
||||
- bin/composer.phar run phpstan;
|
||||
phpstan-addons:
|
||||
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
|
||||
when:
|
||||
matrix:
|
||||
PHP_MAJOR_VERSION: 8.3
|
||||
commands:
|
||||
- bin/composer.phar run phpstan-addons;
|
||||
test:
|
||||
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue