From 12d048e0ca59760cfeb9eef29754708e0ab49d01 Mon Sep 17 00:00:00 2001 From: Ferdinand Kuhl Date: Tue, 10 Jan 2023 11:59:18 +0100 Subject: [PATCH] - try to fix CI trouble without error message --- .woodpecker/functional-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/functional-tests.yml b/.woodpecker/functional-tests.yml index 2ef03d6..eb0a840 100644 --- a/.woodpecker/functional-tests.yml +++ b/.woodpecker/functional-tests.yml @@ -11,7 +11,7 @@ matrix: pipeline: functional-tests: - image: thecodingmachine/php:$PHP_VERSION-v4-cli + image: "thecodingmachine/php:${PHP_VERSION}-v4-cli" environment: # Enable the PDO_SQLITE extension - "PHP_EXTENSION_PDO_SQLITE=1"