mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-06 17:24:26 +02:00
[CI] Bump PHP versions in woodpecker
This commit is contained in:
parent
95a9f7038a
commit
97a3b5815b
3 changed files with 7 additions and 5 deletions
|
@ -48,7 +48,7 @@ steps:
|
||||||
branch: [ develop, '*-rc' ]
|
branch: [ develop, '*-rc' ]
|
||||||
event: push
|
event: push
|
||||||
composer_install:
|
composer_install:
|
||||||
image: friendicaci/php8.2:php8.2.16
|
image: friendicaci/php8.2:php8.2.28
|
||||||
commands:
|
commands:
|
||||||
- export COMPOSER_HOME=.composer
|
- export COMPOSER_HOME=.composer
|
||||||
- composer validate
|
- composer validate
|
||||||
|
|
|
@ -5,11 +5,13 @@ matrix:
|
||||||
- PHP_MAJOR_VERSION: 8.0
|
- PHP_MAJOR_VERSION: 8.0
|
||||||
PHP_VERSION: 8.0.30
|
PHP_VERSION: 8.0.30
|
||||||
- PHP_MAJOR_VERSION: 8.1
|
- PHP_MAJOR_VERSION: 8.1
|
||||||
PHP_VERSION: 8.1.27
|
PHP_VERSION: 8.1.31
|
||||||
- PHP_MAJOR_VERSION: 8.2
|
- PHP_MAJOR_VERSION: 8.2
|
||||||
PHP_VERSION: 8.2.16
|
PHP_VERSION: 8.2.28
|
||||||
- PHP_MAJOR_VERSION: 8.3
|
- 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...)
|
# This forces PHP Unit executions at the "opensocial" labeled location (because of much more power...)
|
||||||
labels:
|
labels:
|
||||||
|
|
|
@ -45,7 +45,7 @@ steps:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
event: tag
|
event: tag
|
||||||
composer_install:
|
composer_install:
|
||||||
image: friendicaci/php8.2:php8.2.16
|
image: friendicaci/php8.2:php8.2.28
|
||||||
commands:
|
commands:
|
||||||
- export COMPOSER_HOME=.composer
|
- export COMPOSER_HOME=.composer
|
||||||
- composer validate
|
- composer validate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue