]> git.mxchange.org Git - friendica.git/commitdiff
[CI] Bump PHP versions in woodpecker
authorPhilipp <admin@philipp.info>
Fri, 14 Mar 2025 22:53:11 +0000 (23:53 +0100)
committerPhilipp <admin@philipp.info>
Fri, 14 Mar 2025 22:53:11 +0000 (23:53 +0100)
.woodpecker/.continuous-deployment.yml
.woodpecker/.database_checks.yml
.woodpecker/.phpmd_check.yml
.woodpecker/.phpunit.yml
.woodpecker/.releaser.yml

index fbcbc0576c633e39991dce8f05d9c2c82a5a7caa..ff1dd5cf8035db95971c11ba909b6aef033eaeff 100644 (file)
@@ -41,7 +41,7 @@ steps:
     volumes:
       - /tmp/drone-cache:/tmp/cache
   composer_install:
-    image: friendicaci/php8.2:php8.2.16
+    image: friendicaci/php8.2:php8.2.28
     commands:
       - mkdir addon # create empty addon folder to appease composer
       - export COMPOSER_HOME=.composer
index ea768bf132639669430a4eddf3ddffbb2e28c92b..bf947dedaa6dd0518bae5bdaf7d5f01ce3c6ad2b 100644 (file)
@@ -5,7 +5,7 @@
 matrix:
   include:
     - PHP_MAJOR_VERSION: 8.2
-      PHP_VERSION: 8.2.16
+      PHP_VERSION: 8.2.28
 
 when:
   branch:
index f03e44eec932ba821f7b43b3129a47a3ff592389..e527bd0431f8205cfa8c9bf6c812a8c34f862c4d 100644 (file)
@@ -22,7 +22,7 @@ steps:
       - /tmp/drone-cache:/tmp/cache
 
   composer_install:
-    image: friendicaci/php8.3:php8.3.3
+    image: friendicaci/php8.3:php8.3.17
     commands:
       - mkdir addon # create empty addon folder to appease composer
       - export COMPOSER_HOME=.composer
@@ -41,6 +41,6 @@ steps:
       - /tmp/drone-cache:/tmp/cache
 
   phpmd:
-    image: friendicaci/php8.3:php8.3.3
+    image: friendicaci/php8.3:php8.3.17
     commands:
       - ./bin/composer.phar run phpmd
index 04c66bcb9760da80cb67ce21f04ddeb2dab3f386..9207e16b762e0bb8651f50f63b7515daef0c7b2b 100644 (file)
@@ -9,11 +9,13 @@ matrix:
     - PHP_MAJOR_VERSION: 8.0
       PHP_VERSION: 8.0.30
     - PHP_MAJOR_VERSION: 8.1
-      PHP_VERSION: 8.1.27
+      PHP_VERSION: 8.1.31
     - PHP_MAJOR_VERSION: 8.2
-      PHP_VERSION: 8.2.16
+      PHP_VERSION: 8.2.28
     - PHP_MAJOR_VERSION: 8.3
-      PHP_VERSION: 8.3.3
+      PHP_VERSION: 8.3.17
+    - PHP_MAJOR_VERSION: 8.4
+      PHP_VERSION: 8.4.5
 
 # This forces PHP Unit executions at the "opensocial" labeled location (because of much more power...)
 labels:
@@ -94,7 +96,7 @@ steps:
     when:
       matrix:
         PHP_MAJOR_VERSION: 8.2
-        PHP_VERSION: 8.2.16
+        PHP_VERSION: 8.2.28
       repo:
         - friendica/friendica
     commands:
index c49847ed398bf07d5603934032b3340036caee8c..d7dfd1cfb9321c0d2dec1da72198390af8b4772b 100644 (file)
@@ -35,7 +35,7 @@ steps:
     volumes:
       - /tmp/drone-cache:/tmp/cache
   composer_install:
-    image: friendicaci/php8.2:php8.2.16
+    image: friendicaci/php8.2:php8.2.28
     commands:
       - mkdir addon # create empty addon folder to appease composer
       - export COMPOSER_HOME=.composer