csv/.woodpecker.yml
Simon Vieille 0c34dce1cf
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
update ci
2022-07-26 10:06:18 +02:00

18 lines
373 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 composer install
- php /usr/local/bin/composer require --dev phpunit/phpunit
tests:
image: gitnet.fr/deblan/php:${PHP_VERSION}
commands:
- php ./vendor/bin/phpunit