csv/.woodpecker.yml
Simon Vieille 9cfbebabd6
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
update ci
2022-07-26 10:05:14 +02:00

18 lines
349 B
YAML

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