csv/.woodpecker.yml
Simon Vieille 9be70ae972
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix ci syntax
2023-09-29 16:00:14 +02:00

18 lines
363 B
YAML

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