2020jobs :
2121 supported-php-versions :
2222 name : Supported PHP versions
23- runs-on : ubuntu-22.04
23+ runs-on : ubuntu-latest
2424 outputs :
2525 php : ${{ steps.supported-php-versions.outputs.versions }}
2626 steps :
3131 upcomingReleases : true
3232 supported-arch-matrix :
3333 name : Supported processor architectures
34- runs-on : ubuntu-22.04
34+ runs-on : ubuntu-latest
3535 outputs :
3636 arch : ${{ steps.supported-arch-matrix.outputs.arch }}
3737 steps :
4242 echo "arch=[\\\"amd64\\\",\\\"arm64\\\"]" >> $GITHUB_OUTPUT
4343 image-type-matrix :
4444 name : Create Image Type Matrix
45- runs-on : ubuntu-22.04
45+ runs-on : ubuntu-latest
4646 outputs :
4747 type : ${{ steps.image-type-matrix.outputs.type }}
4848 steps :
5555 echo "type=$(cat types.list)" >> $GITHUB_OUTPUT
5656 exclude-matrix :
5757 name : Create Exclude Matrix
58- runs-on : ubuntu-22.04
58+ runs-on : ubuntu-latest
5959 outputs :
6060 exclude : ${{ steps.exclude-matrix.outputs.exclude }}
6161 exclude-push : ${{ steps.exclude-matrix.outputs.exclude-push }}
6767 php utils/exclude-list.php
6868 image-matrix :
6969 name : Create Image Matrix
70- runs-on : ubuntu-22.04
70+ runs-on : ubuntu-latest
7171 needs :
7272 - lint
7373 - supported-php-versions
@@ -117,7 +117,7 @@ jobs:
117117 PHP : ${{ needs.supported-php-versions.outputs.php }}
118118 lint :
119119 name : Linting Dockerfile-${{ matrix.type }}
120- runs-on : ubuntu-22.04
120+ runs-on : ubuntu-latest
121121 needs :
122122 - image-type-matrix
123123 strategy :
@@ -138,7 +138,7 @@ jobs:
138138 - image-matrix
139139 - supported-arch-matrix
140140 - exclude-matrix
141- runs-on : ubuntu-22.04
141+ runs-on : ubuntu-latest
142142 strategy :
143143 fail-fast : false
144144 matrix :
@@ -169,7 +169,7 @@ jobs:
169169 - image-matrix
170170 - supported-arch-matrix
171171 - exclude-matrix
172- runs-on : ubuntu-22.04
172+ runs-on : ubuntu-latest
173173 strategy :
174174 fail-fast : false
175175 matrix :
@@ -197,7 +197,7 @@ jobs:
197197 - image-matrix
198198 - supported-arch-matrix
199199 - exclude-matrix
200- runs-on : ubuntu-22.04
200+ runs-on : ubuntu-latest
201201 strategy :
202202 fail-fast : false
203203 matrix :
@@ -224,7 +224,7 @@ jobs:
224224 - build
225225 - scan-vulnerability
226226 - test
227- runs-on : ubuntu-22.04
227+ runs-on : ubuntu-latest
228228 steps :
229229 - run : echo "✔️"
230230 push :
@@ -235,7 +235,7 @@ jobs:
235235 - image-matrix
236236 - supported-arch-matrix
237237 - exclude-matrix
238- runs-on : ubuntu-22.04
238+ runs-on : ubuntu-latest
239239 strategy :
240240 fail-fast : false
241241 matrix :
0 commit comments