mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 07:44:27 +02:00
simplify ci job, use image: friendicaci/php8.3:php8.3.3
This commit is contained in:
parent
379272efa3
commit
9b9627e4b6
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue