From 928135d0ca6ee2df6484490c356efdb1ba631cf0 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 16 Oct 2023 19:23:49 +0200 Subject: [PATCH] add tests --- .woodpecker.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4c0f552..c18a819 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,10 +1,10 @@ matrix: - FOO: - - foo1 - - foo2 + PHP_VERSION: + - php8.1 + - php8.2 steps: example: - image: alpine:latest + image: deblan/php:$PHP_VERSION commands: - - echo ${FOO} + - php -v