Woodpecker: Update PHP version
authorPhilipp <admin@philipp.info>
Wed, 9 Nov 2022 21:50:55 +0000 (22:50 +0100)
committerPhilipp <admin@philipp.info>
Wed, 9 Nov 2022 21:50:55 +0000 (22:50 +0100)
.woodpecker/.continuous-deployment.yml
.woodpecker/.releaser.yml

index 46a32d9..ab6e07e 100644 (file)
@@ -45,7 +45,7 @@ pipeline:
       branch: [ develop, '*-rc' ]
       event: push
   composer_install:
-    image: friendicaci/php7.4:php7.4.18
+    image: friendicaci/php7.4:php7.4.33
     commands:
       - export COMPOSER_HOME=.composer
       - composer validate
index cd8ae36..4a66193 100644 (file)
@@ -42,7 +42,7 @@ pipeline:
       repo: friendica/friendica-addons
       event: tag
   composer_install:
-    image: friendicaci/php7.4:php7.4.18
+    image: friendicaci/php7.4:php7.4.33
     commands:
       - export COMPOSER_HOME=.composer
       - composer validate