woodpecker-test/.woodpecker.yml
Simon Vieille 16648e97d6
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
add tests
2023-10-16 19:30:39 +02:00

11 lines
126 B
YAML

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