volumes:
- /tmp/drone-cache:/tmp/cache
composer_install:
- image: friendicaci/php8.2:php8.2.16
+ image: friendicaci/php8.2:php8.2.28
commands:
- mkdir addon # create empty addon folder to appease composer
- export COMPOSER_HOME=.composer
matrix:
include:
- PHP_MAJOR_VERSION: 8.2
- PHP_VERSION: 8.2.16
+ PHP_VERSION: 8.2.28
when:
branch:
- /tmp/drone-cache:/tmp/cache
composer_install:
- image: friendicaci/php8.3:php8.3.3
+ image: friendicaci/php8.3:php8.3.17
commands:
- mkdir addon # create empty addon folder to appease composer
- export COMPOSER_HOME=.composer
- /tmp/drone-cache:/tmp/cache
phpmd:
- image: friendicaci/php8.3:php8.3.3
+ image: friendicaci/php8.3:php8.3.17
commands:
- ./bin/composer.phar run phpmd
- PHP_MAJOR_VERSION: 8.0
PHP_VERSION: 8.0.30
- PHP_MAJOR_VERSION: 8.1
- PHP_VERSION: 8.1.27
+ PHP_VERSION: 8.1.31
- PHP_MAJOR_VERSION: 8.2
- PHP_VERSION: 8.2.16
+ PHP_VERSION: 8.2.28
- 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...)
labels:
when:
matrix:
PHP_MAJOR_VERSION: 8.2
- PHP_VERSION: 8.2.16
+ PHP_VERSION: 8.2.28
repo:
- friendica/friendica
commands:
volumes:
- /tmp/drone-cache:/tmp/cache
composer_install:
- image: friendicaci/php8.2:php8.2.16
+ image: friendicaci/php8.2:php8.2.28
commands:
- mkdir addon # create empty addon folder to appease composer
- export COMPOSER_HOME=.composer