Skip to content

Commit ec54e9e

Browse files
authored
Merge pull request #205 from usabilla/restore-temporary-disabled-matrix
Restore temporary disabled matrix
2 parents 99b5a53 + 25f3f36 commit ec54e9e

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)