]> git.mxchange.org Git - friendica.git/commitdiff
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 22:20:22 +0000 (23:20 +0100)
.woodpecker/.continuous-deployment.yml
.woodpecker/.database_checks.yml
.woodpecker/.phpunit.yml
.woodpecker/.releaser.yml

index b1bc2406a1034713cd462375a4519e1b54353e52..767fffde3da92991b9497ec70bfc422351b3dbca 100644 (file)
@@ -39,7 +39,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 867638264e143312bcb87193613b42ae714fe2d1..04bdeed6202e90669e85a0dcd7a4e667c9f24194 100644 (file)
@@ -1,7 +1,7 @@
 matrix:
   include:
     - PHP_MAJOR_VERSION: 7.4
-      PHP_VERSION: 7.4.18
+      PHP_VERSION: 7.4.33
 
 branches:
   exclude: [ stable ]
index 7cb91eff765082224e7012103b46808b791225ea..03801439b720a94789d4c498592a01b002e7d6a7 100644 (file)
@@ -1,11 +1,11 @@
 matrix:
   include:
     - PHP_MAJOR_VERSION: 7.3
-      PHP_VERSION: 7.3.28
+      PHP_VERSION: 7.3.33
     - PHP_MAJOR_VERSION: 7.4
-      PHP_VERSION: 7.4.18
+      PHP_VERSION: 7.4.33
     - PHP_MAJOR_VERSION: 8.0
-      PHP_VERSION: 8.0.5
+      PHP_VERSION: 8.0.25
 
 pipeline:
   php-lint:
index 043071ddd3d2a4fed9086c5544f52c832957520d..482ea5429dfd01e10d83d6603cf5f8f9f9d8a096 100644 (file)
@@ -37,7 +37,7 @@ pipeline:
       branch: stable
       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