csv/.woodpecker.yml
Simon Vieille cba1744e99
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
add php8.2 tests
2023-10-06 23:18:29 +02:00

19 lines
346 B
YAML

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