]> git.mxchange.org Git - friendica-addons.git/commitdiff
[CI] Bump PHP versions in woodpecker
authorPhilipp <admin@philipp.info>
Fri, 14 Mar 2025 22:53:09 +0000 (23:53 +0100)
committerPhilipp Holzer <nupplaphil@noreply.git.friendi.ca>
Sun, 27 Apr 2025 00:18:37 +0000 (02:18 +0200)
.woodpecker/.continuous-deployment.yml
.woodpecker/.phpunit.yml
.woodpecker/.releaser.yml

index 6b41deaed776a22679a0e66a570bf776b341a2b8..d6d8a22a61d4e14977afb66b668486b4da611d4c 100644 (file)
@@ -48,7 +48,7 @@ steps:
       branch: [ develop, '*-rc' ]
       event: push
   composer_install:
-    image: friendicaci/php8.2:php8.2.16
+    image: friendicaci/php8.2:php8.2.28
     commands:
       - export COMPOSER_HOME=.composer
       - composer validate
index 8b840f806be070c0c492d5581c876a533e14c135..b0745ad00f6e4d9316cb323f3c3ac4fd51da5b10 100644 (file)
@@ -5,11 +5,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:
index 2d880a6b3c9c71754e3bfeeea035513b8375c2b2..7407f2bcb42a34f38a957b9202d15a1d5124460d 100644 (file)
@@ -45,7 +45,7 @@ steps:
       repo: friendica/friendica-addons
       event: tag
   composer_install:
-    image: friendicaci/php8.2:php8.2.16
+    image: friendicaci/php8.2:php8.2.28
     commands:
       - export COMPOSER_HOME=.composer
       - composer validate