update ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-10-06 22:58:46 +02:00
parent 9be70ae972
commit a5f4b5696a
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -9,8 +9,8 @@ steps:
dependencies:
image: ${PHP_VERSION}
commands:
- php /usr/local/bin/composer install
- php /usr/local/bin/composer require --dev phpunit/phpunit
- composer install
- composer require --dev phpunit/phpunit
tests:
image: ${PHP_VERSION}
commands: