[CI] Add PHP 8.3 and upgrade CI images #1485

Merged
MrPetovan merged 5 commits from nupplaPhil/friendica-addons:feat/CI_php83 into 2024.03-rc 2024-03-15 23:19:16 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 57c4735ad6 - Show all commits

View file

@ -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

View file

@ -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