1616 build-amd64 :
1717 runs-on : ubuntu-24.04
1818 strategy :
19- matrix : { php_version: ['7.2','7.3','7.4','8.0','8.1','8.2','8.3','8.4'] }
19+ matrix : { php_version: ['7.2','7.3','7.4','8.0','8.1','8.2','8.3','8.4','8.5' ] }
2020 fail-fast : false
2121 permissions : { contents: read, packages: write }
2222 steps :
@@ -36,13 +36,13 @@ jobs:
3636 build-args : |
3737 PHP_VERSION=${{ matrix.php_version }}
3838 tags : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.php_version }}-amd64-${{ env.VERSION }}
39- cache-from : type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-${{ matrix.php_version }}-amd64-${{ env.VERSION }}
40- cache-to : type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-${{ matrix.php_version }}-amd64-${{ env.VERSION }},mode=max
39+ # cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-${{ matrix.php_version }}-amd64-${{ env.VERSION }}
40+ # cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-${{ matrix.php_version }}-amd64-${{ env.VERSION }},mode=max
4141
4242 build-arm64 :
4343 runs-on : ubuntu-24.04-arm
4444 strategy :
45- matrix : { php_version: ['7.2','7.3','7.4','8.0','8.1','8.2','8.3','8.4'] }
45+ matrix : { php_version: ['7.2','7.3','7.4','8.0','8.1','8.2','8.3','8.4','8.5' ] }
4646 fail-fast : false
4747 permissions : { contents: read, packages: write }
4848 steps :
@@ -62,14 +62,14 @@ jobs:
6262 build-args : |
6363 PHP_VERSION=${{ matrix.php_version }}
6464 tags : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.php_version }}-arm64-${{ env.VERSION }}
65- cache-from : type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-${{ matrix.php_version }}-arm64-${{ env.VERSION }}
66- cache-to : type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-${{ matrix.php_version }}-arm64-${{ env.VERSION }},mode=max
65+ # cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-${{ matrix.php_version }}-arm64-${{ env.VERSION }}
66+ # cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-${{ matrix.php_version }}-arm64-${{ env.VERSION }},mode=max
6767
6868 publish-manifests :
6969 runs-on : ubuntu-24.04
7070 needs : [build-amd64, build-arm64]
7171 strategy :
72- matrix : { php_version: ['7.2','7.3','7.4','8.0','8.1','8.2','8.3','8.4'] }
72+ matrix : { php_version: ['7.2','7.3','7.4','8.0','8.1','8.2','8.3','8.4','8.5' ] }
7373 fail-fast : false
7474 permissions : { contents: read, packages: write }
7575 steps :
0 commit comments