From fb5c811cee09ee6641b535c86ec5539866f556cb Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 16 Oct 2023 19:31:40 +0200 Subject: [PATCH] add tests --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 0a248e5..0077888 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,6 +5,6 @@ matrix: steps: example: - image: $PHP_VERSION + image: ${PHP_VERSION} commands: - php -v