csv/.woodpecker.yml
Simon Vieille c2e570f966
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
update ci
2022-07-26 10:06:58 +02:00

18 lines
364 B
YAML

matrix:
PHP_VERSION:
- 7.3
- 7.4
- 8.0
- 8.1
pipeline:
dependencies:
image: gitnet.fr/deblan/php:${PHP_VERSION}
commands:
- php /usr/local/bin/composer install
- php /usr/local/bin/composer require --dev phpunit/phpunit
tests:
image: gitnet.fr/deblan/php:${PHP_VERSION}
commands:
- php ./vendor/bin/phpunit