woodpecker-test/.woodpecker.yml
Simon Vieille 1e84b276dd
add tests
2023-10-16 19:29:50 +02:00

11 lines
128 B
YAML

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