csv/.woodpecker.yml

18 lines
364 B
YAML
Raw Permalink Normal View History

2022-07-26 10:05:14 +02:00
matrix:
PHP_VERSION:
- 7.3
- 7.4
- 8.0
- 8.1
pipeline:
dependencies:
image: gitnet.fr/deblan/php:${PHP_VERSION}
commands:
2022-07-26 10:06:58 +02:00
- php /usr/local/bin/composer install
2022-07-26 10:05:14 +02:00
- php /usr/local/bin/composer require --dev phpunit/phpunit
tests:
image: gitnet.fr/deblan/php:${PHP_VERSION}
commands:
- php ./vendor/bin/phpunit