From f63e9210335d24c42a7e878ef98deb70420eb990 Mon Sep 17 00:00:00 2001 From: Ferdinand Kuhl Date: Wed, 1 Feb 2023 19:53:11 +0100 Subject: [PATCH] Fixing build matrix --- .woodpecker/test.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 4582f46..6215a0e 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -3,12 +3,17 @@ workspace: path: package matrix: - FLOW_VERSION: - - 6.3 + include: + - FLOW_VERSION: 6.3 + PHP_VERSION: 7.4 + - FLOW_VERSION: 7.3 + PHP_VERSION: 7.4 + - FLOW_VERSION: 7.3 + PHP_VERSION: 8.2 pipeline: functional-tests: - image: thecodingmachine/php:7.4-v4-cli + image: "thecodingmachine/php:${PHP_VERSION}-v4-cli" environment: # Enable the PDO_SQLITE extension - "PHP_EXTENSION_PDO_SQLITE=1"