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

index 4ff956b3b6e906bf0eff396732ba5af4bab07eec..4ce8a70930483f7f3997b2f8c372906a5dc249f6 100644 (file)
@@ -39,7 +39,7 @@ steps:
       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 7d25536749a95ff1b9472b6e78dbcdd1e8be83c7..e713ce07d61ff48bdf0232bc99a27f47db50a1e3 100644 (file)
@@ -1,7 +1,7 @@
 matrix:
   include:
-    - PHP_MAJOR_VERSION: 7.4
-      PHP_VERSION: 7.4.33
+    - PHP_MAJOR_VERSION: 8.2
+      PHP_VERSION: 8.2.16
 
 branches:
   exclude: [ stable ]
index 006bcfec37858259cbdf092032d777cc81095459..175ab7d514649df24a0cc899ee9fa3e88cf16aba 100644 (file)
@@ -37,7 +37,7 @@ steps:
       branch: stable
       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