From 1203e234427ef6647d638fc570629e63700ea4b0 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 29 Sep 2023 15:59:35 +0200 Subject: [PATCH] fix ci syntax --- .woodpecker.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 801dfc6..df999f8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,13 +1,13 @@ matrix: PHP_VERSION: - - 7.3 - - 7.4 - - 8.0 - - 8.1 + - deblan/php:7.3 + - deblan/php:7.4 + - deblan/php:8.0 + - deblan/php:8.1 steps: dependencies: - image: gitnet.fr/deblan/php:$PHP_VERSION + image: ${PHP_VERSION} commands: - php /usr/local/bin/composer install - php /usr/local/bin/composer require --dev phpunit/phpunit