We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99b5a53 + 25f3f36 commit ec54e9eCopy full SHA for ec54e9e
.github/workflows/ci.yml
@@ -31,8 +31,7 @@ jobs:
31
name: Generate Alpine
32
shell: bash
33
run: |
34
- echo "versions=[\"3.21\"]" >> $GITHUB_OUTPUT
35
-# echo "versions=[\"3.22\",\"3.21\",\"3.19\"]" >> $GITHUB_OUTPUT
+ echo "versions=[\"3.22\",\"3.21\",\"3.19\"]" >> $GITHUB_OUTPUT
36
supported-nginx-versions:
37
name: Supported nginx versions
38
runs-on: ubuntu-latest
@@ -54,8 +53,7 @@ jobs:
54
53
name: Generate PHP
55
56
57
- echo "versions=[\"8.3\"]" >> $GITHUB_OUTPUT
58
-# echo "versions=[\"8.4\",\"8.3\",\"8.2\"]" >> $GITHUB_OUTPUT
+ echo "versions=[\"8.4\",\"8.3\",\"8.2\"]" >> $GITHUB_OUTPUT
59
php-type-matrix:
60
name: PHP Type Matrix
61
0 commit comments