woodpecker-test/.woodpecker.yml

11 lines
126 B
YAML
Raw 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:29:50 +02:00
- 8.1
- 8.2
2023-07-07 11:08:40 +02:00
steps:
example:
2023-10-16 19:30:39 +02:00
image: deblan/php:$PHP_VERSION
2023-07-07 11:08:40 +02:00
commands:
2023-10-16 19:23:49 +02:00
- php -v