File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 66env :
77 REGISTRY : ghcr.io
88 REGISTRY_IMAGE_NAME : ghcr.io/${{ github.repository }}
9- VERSIONS : ['8.4', '8.4-frankenphp']
109
1110jobs :
1211 build-and-push-amd64 :
1312 strategy :
1413 fail-fast : false
1514 matrix :
16- phpversion : ${{ env.VERSIONS }}
15+ phpversion :
16+ - ' 8.4'
17+ - ' 8.4-frankenphp'
1718 runs-on : ubuntu-24.04
1819 steps :
1920 - name : Checkout
3940 strategy :
4041 fail-fast : false
4142 matrix :
42- phpversion : ${{ env.VERSIONS }}
43+ phpversion :
44+ - ' 8.4'
45+ - ' 8.4-frankenphp'
4346 runs-on : ubuntu-latest-arm64
4447 steps :
4548 - name : Checkout
6669 strategy :
6770 fail-fast : false
6871 matrix :
69- phpversion : ${{ env.VERSIONS }}
72+ phpversion :
73+ - ' 8.4'
74+ - ' 8.4-frankenphp'
7075 runs-on : ubuntu-24.04
7176 steps :
7277 - name : Checkout
You can’t perform that action at this time.
0 commit comments