]> git.mxchange.org Git - friendica.git/commitdiff
simplify ci job, use image: friendicaci/php8.3:php8.3.3
authorArt4 <art4@wlabs.de>
Thu, 23 Jan 2025 14:51:05 +0000 (14:51 +0000)
committerArt4 <art4@wlabs.de>
Thu, 23 Jan 2025 14:51:05 +0000 (14:51 +0000)
.woodpecker/.phpmd_check.yml

index a7b601e333a6d16b4b9ae066f45f557307773099..1707aa589597550070f0abd809f5b37561add0e9 100644 (file)
@@ -9,14 +9,9 @@ when:
   event: [ pull_request, push ]
 
 steps:
-  composer_install:
-    image: php:8.3
+  phpmd:
+    image: friendicaci/php8.3:php8.3.3
     commands:
       - mkdir addon
-      - export COMPOSER_HOME=.composer
       - ./bin/composer.phar install
-
-  phpmd:
-    image: php:8.3
-    commands:
       - ./bin/composer.phar run phpmd