simplify ci job, use image: friendicaci/php8.3:php8.3.3

This commit is contained in:
Art4 2025-01-23 14:51:05 +00:00
parent 379272efa3
commit 9b9627e4b6

View file

@ -9,14 +9,9 @@ when:
event: [ pull_request, push ]
steps:
composer_install:
image: php:8.3
phpmd:
image: friendicaci/php8.3:php8.3.3
commands:
- mkdir addon
- export COMPOSER_HOME=.composer
- ./bin/composer.phar install
phpmd:
image: php:8.3
commands:
- ./bin/composer.phar run phpmd