Add phpstan check in woodpecker ci

This commit is contained in:
Art4 2024-11-16 09:01:20 +00:00
parent b8aa6f15c9
commit d3df0ff1d3

View file

@ -77,6 +77,9 @@ steps:
else else
phpunit --configuration tests/phpunit.xml -d memory_limit=-1; phpunit --configuration tests/phpunit.xml -d memory_limit=-1;
fi fi
- if [ "${PHP_MAJOR_VERSION}" = "8.2" ]; then
bin/composer.phar run phpstan
fi
codecov: codecov:
image: friendicaci/codecov image: friendicaci/codecov
when: when: