]> git.mxchange.org Git - friendica.git/commitdiff
Add phpstan check in woodpecker ci
authorArt4 <art4@wlabs.de>
Sat, 16 Nov 2024 09:01:20 +0000 (09:01 +0000)
committerArt4 <art4@wlabs.de>
Sat, 16 Nov 2024 09:01:20 +0000 (09:01 +0000)
.woodpecker/.phpunit.yml

index 63309d092818389603950ddac5b1a18932208275..0a748821ffc726536ec89dddfc802c3ecf28cd33 100644 (file)
@@ -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: