add tests
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2023-10-16 19:23:49 +02:00
parent 0d73616faf
commit 928135d0ca
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -1,10 +1,10 @@
matrix: matrix:
FOO: PHP_VERSION:
- foo1 - php8.1
- foo2 - php8.2
steps: steps:
example: example:
image: alpine:latest image: deblan/php:$PHP_VERSION
commands: commands:
- echo ${FOO} - php -v