woodpecker-test/.woodpecker.yml

11 lines
139 B
YAML
Raw Permalink Normal View History

2023-07-07 11:08:40 +02:00
matrix:
2023-10-16 19:23:49 +02:00
PHP_VERSION:
2023-10-16 19:31:23 +02:00
- deblan/php:8.1
- deblan/php:8.2
2023-07-07 11:08:40 +02:00
steps:
example:
2023-10-16 19:31:40 +02:00
image: ${PHP_VERSION}
2023-07-07 11:08:40 +02:00
commands:
2023-10-16 19:23:49 +02:00
- php -v