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"