woodpecker-test/.woodpecker.yml
Simon Vieille fb5c811cee
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
add tests
2023-10-16 19:31:40 +02:00

11 lines
139 B
YAML

matrix:
PHP_VERSION:
- deblan/php:8.1
- deblan/php:8.2
steps:
example:
image: ${PHP_VERSION}
commands:
- php -v