From: Philipp Date: Fri, 15 Mar 2024 22:08:52 +0000 (+0100) Subject: Use PHP 8.2 for other pipelines X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=57c4735ad6751afbbb4976afaaf51bcabad4da27;p=friendica-addons.git Use PHP 8.2 for other pipelines --- diff --git a/.woodpecker/.continuous-deployment.yml b/.woodpecker/.continuous-deployment.yml index ab6e07e9..3756a8bf 100644 --- a/.woodpecker/.continuous-deployment.yml +++ b/.woodpecker/.continuous-deployment.yml @@ -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 diff --git a/.woodpecker/.releaser.yml b/.woodpecker/.releaser.yml index 4a661937..5751f07f 100644 --- a/.woodpecker/.releaser.yml +++ b/.woodpecker/.releaser.yml @@ -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