Skip to content

Commit 25f3f36

Browse files
committed
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.
1 parent 99b5a53 commit 25f3f36

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
name: Generate Alpine
3232
shell: bash
3333
run: |
34-
echo "versions=[\"3.21\"]" >> $GITHUB_OUTPUT
35-
# echo "versions=[\"3.22\",\"3.21\",\"3.19\"]" >> $GITHUB_OUTPUT
34+
echo "versions=[\"3.22\",\"3.21\",\"3.19\"]" >> $GITHUB_OUTPUT
3635
supported-nginx-versions:
3736
name: Supported nginx versions
3837
runs-on: ubuntu-latest
@@ -54,8 +53,7 @@ jobs:
5453
name: Generate PHP
5554
shell: bash
5655
run: |
57-
echo "versions=[\"8.3\"]" >> $GITHUB_OUTPUT
58-
# echo "versions=[\"8.4\",\"8.3\",\"8.2\"]" >> $GITHUB_OUTPUT
56+
echo "versions=[\"8.4\",\"8.3\",\"8.2\"]" >> $GITHUB_OUTPUT
5957
php-type-matrix:
6058
name: PHP Type Matrix
6159
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)