From b4be295983556a731f85f5620bebf62ef14e4660 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 16 Oct 2023 19:31:23 +0200 Subject: [PATCH] add tests --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5dc5ba4..0a248e5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,10 +1,10 @@ matrix: PHP_VERSION: - - 8.1 - - 8.2 + - deblan/php:8.1 + - deblan/php:8.2 steps: example: - image: deblan/php:$PHP_VERSION + image: $PHP_VERSION commands: - php -v