mirror of
https://github.com/friendica/friendica
synced 2025-02-21 22:06:52 +00: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
Reference in a new issue