From 25f3f36d184773fe4ed33f0188b5da4a0d220107 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Thu, 25 Sep 2025 13:51:08 +0200 Subject: [PATCH] Restore temporary disabled matrix During the last validation of #204 I disabled most of the matrix to validate the full workflow with an as small as possible matrix. While setting it back up ready for merging I forgot to restore the temporary disabled matrix parts. --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7df1883..234519a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,7 @@ jobs: name: Generate Alpine shell: bash run: | - echo "versions=[\"3.21\"]" >> $GITHUB_OUTPUT -# echo "versions=[\"3.22\",\"3.21\",\"3.19\"]" >> $GITHUB_OUTPUT + echo "versions=[\"3.22\",\"3.21\",\"3.19\"]" >> $GITHUB_OUTPUT supported-nginx-versions: name: Supported nginx versions runs-on: ubuntu-latest @@ -54,8 +53,7 @@ jobs: name: Generate PHP shell: bash run: | - echo "versions=[\"8.3\"]" >> $GITHUB_OUTPUT -# echo "versions=[\"8.4\",\"8.3\",\"8.2\"]" >> $GITHUB_OUTPUT + echo "versions=[\"8.4\",\"8.3\",\"8.2\"]" >> $GITHUB_OUTPUT php-type-matrix: name: PHP Type Matrix runs-on: ubuntu-latest