mirror of
https://github.com/friendica/friendica
synced 2025-02-22 13:18:13 +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 ]
|
event: [ pull_request, push ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
composer_install:
|
phpmd:
|
||||||
image: php:8.3
|
image: friendicaci/php8.3:php8.3.3
|
||||||
commands:
|
commands:
|
||||||
- mkdir addon
|
- mkdir addon
|
||||||
- export COMPOSER_HOME=.composer
|
|
||||||
- ./bin/composer.phar install
|
- ./bin/composer.phar install
|
||||||
|
|
||||||
phpmd:
|
|
||||||
image: php:8.3
|
|
||||||
commands:
|
|
||||||
- ./bin/composer.phar run phpmd
|
- ./bin/composer.phar run phpmd
|
||||||
|
|
Loading…
Add table
Reference in a new issue