woodpecker-test/.woodpecker.yml
Simon Vieille 35891bd111
add tests
2023-10-16 19:24:09 +02:00

11 lines
134 B
YAML

matrix:
PHP_VERSION:
- php8.1
- php8.2
steps:
example:
image: deblan/php:${PHP_VERSION}
commands:
- php -v