mirror of
https://github.com/friendica/friendica
synced 2025-05-20 09:44:14 +02:00
[CI] Bump PHP versions in woodpecker
This commit is contained in:
parent
aeaa488d1b
commit
353ad039c8
5 changed files with 11 additions and 9 deletions
|
@ -41,7 +41,7 @@ steps:
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/drone-cache:/tmp/cache
|
- /tmp/drone-cache:/tmp/cache
|
||||||
composer_install:
|
composer_install:
|
||||||
image: friendicaci/php8.2:php8.2.16
|
image: friendicaci/php8.2:php8.2.28
|
||||||
commands:
|
commands:
|
||||||
- mkdir addon # create empty addon folder to appease composer
|
- mkdir addon # create empty addon folder to appease composer
|
||||||
- export COMPOSER_HOME=.composer
|
- export COMPOSER_HOME=.composer
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- PHP_MAJOR_VERSION: 8.2
|
- PHP_MAJOR_VERSION: 8.2
|
||||||
PHP_VERSION: 8.2.16
|
PHP_VERSION: 8.2.28
|
||||||
|
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
|
|
@ -22,7 +22,7 @@ steps:
|
||||||
- /tmp/drone-cache:/tmp/cache
|
- /tmp/drone-cache:/tmp/cache
|
||||||
|
|
||||||
composer_install:
|
composer_install:
|
||||||
image: friendicaci/php8.3:php8.3.3
|
image: friendicaci/php8.3:php8.3.17
|
||||||
commands:
|
commands:
|
||||||
- mkdir addon # create empty addon folder to appease composer
|
- mkdir addon # create empty addon folder to appease composer
|
||||||
- export COMPOSER_HOME=.composer
|
- export COMPOSER_HOME=.composer
|
||||||
|
@ -41,6 +41,6 @@ steps:
|
||||||
- /tmp/drone-cache:/tmp/cache
|
- /tmp/drone-cache:/tmp/cache
|
||||||
|
|
||||||
phpmd:
|
phpmd:
|
||||||
image: friendicaci/php8.3:php8.3.3
|
image: friendicaci/php8.3:php8.3.17
|
||||||
commands:
|
commands:
|
||||||
- ./bin/composer.phar run phpmd
|
- ./bin/composer.phar run phpmd
|
||||||
|
|
|
@ -9,11 +9,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:
|
||||||
|
@ -94,7 +96,7 @@ steps:
|
||||||
when:
|
when:
|
||||||
matrix:
|
matrix:
|
||||||
PHP_MAJOR_VERSION: 8.2
|
PHP_MAJOR_VERSION: 8.2
|
||||||
PHP_VERSION: 8.2.16
|
PHP_VERSION: 8.2.28
|
||||||
repo:
|
repo:
|
||||||
- friendica/friendica
|
- friendica/friendica
|
||||||
commands:
|
commands:
|
||||||
|
|
|
@ -35,7 +35,7 @@ steps:
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/drone-cache:/tmp/cache
|
- /tmp/drone-cache:/tmp/cache
|
||||||
composer_install:
|
composer_install:
|
||||||
image: friendicaci/php8.2:php8.2.16
|
image: friendicaci/php8.2:php8.2.28
|
||||||
commands:
|
commands:
|
||||||
- mkdir addon # create empty addon folder to appease composer
|
- mkdir addon # create empty addon folder to appease composer
|
||||||
- export COMPOSER_HOME=.composer
|
- export COMPOSER_HOME=.composer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue