From: Art4 Date: Sat, 16 Nov 2024 09:01:20 +0000 (+0000) Subject: Add phpstan check in woodpecker ci X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d3df0ff1d31d10a8e794c8bb2a738d39b248e47f;p=friendica.git Add phpstan check in woodpecker ci --- diff --git a/.woodpecker/.phpunit.yml b/.woodpecker/.phpunit.yml index 63309d0928..0a748821ff 100644 --- a/.woodpecker/.phpunit.yml +++ b/.woodpecker/.phpunit.yml @@ -77,6 +77,9 @@ steps: else phpunit --configuration tests/phpunit.xml -d memory_limit=-1; fi + - if [ "${PHP_MAJOR_VERSION}" = "8.2" ]; then + bin/composer.phar run phpstan + fi codecov: image: friendicaci/codecov when: