From d3df0ff1d31d10a8e794c8bb2a738d39b248e47f Mon Sep 17 00:00:00 2001 From: Art4 Date: Sat, 16 Nov 2024 09:01:20 +0000 Subject: [PATCH] Add phpstan check in woodpecker ci --- .woodpecker/.phpunit.yml | 3 +++ 1 file changed, 3 insertions(+) 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: