woodpecker-test/.woodpecker.yml
Simon Vieille 928135d0ca
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
add tests
2023-10-16 19:23:49 +02:00

11 lines
132 B
YAML

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