update ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2022-07-26 10:06:18 +02:00
parent 9cfbebabd6
commit 0c34dce1cf
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -9,7 +9,7 @@ pipeline:
dependencies:
image: gitnet.fr/deblan/php:${PHP_VERSION}
commands:
- php composer install
- php /usr/local/bin/composer composer install
- php /usr/local/bin/composer require --dev phpunit/phpunit
tests:
image: gitnet.fr/deblan/php:${PHP_VERSION}