]> git.mxchange.org Git - friendica-addons.git/commitdiff
Use PHP 8.2 for other pipelines
authorPhilipp <admin@philipp.info>
Fri, 15 Mar 2024 22:08:52 +0000 (23:08 +0100)
committerPhilipp <admin@philipp.info>
Fri, 15 Mar 2024 22:08:52 +0000 (23:08 +0100)
.woodpecker/.continuous-deployment.yml
.woodpecker/.releaser.yml

index ab6e07e94eee6125dae657e1ee47d7c37184ac9e..3756a8bf231f0d684b7de2831e8c4ab55b24bded 100644 (file)
@@ -45,7 +45,7 @@ pipeline:
       branch: [ develop, '*-rc' ]
       event: push
   composer_install:
-    image: friendicaci/php7.4:php7.4.33
+    image: friendicaci/php8.2:php8.2.16
     commands:
       - export COMPOSER_HOME=.composer
       - composer validate
index 4a661937bf1ae624a921761f11e2c1c22acdbc89..5751f07f4b98a22f0c192ca09c88503ad6b8ca79 100644 (file)
@@ -42,7 +42,7 @@ pipeline:
       repo: friendica/friendica-addons
       event: tag
   composer_install:
-    image: friendicaci/php7.4:php7.4.33
+    image: friendicaci/php8.2:php8.2.16
     commands:
       - export COMPOSER_HOME=.composer
       - composer validate