File tree Expand file tree Collapse file tree
src/variations/frankenphp Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 echo "${MATRIX_JSON}" | jq '.'
6868
6969 - name : Upload the php-versions.yml file
70- uses : actions/upload-artifact@v6
70+ uses : actions/upload-artifact@v7
7171 with :
7272 name : php-versions.yml
7373 path : ${{ inputs.php-versions-file }}
8585 ref : ${{ inputs.ref }}
8686
8787 - name : Download PHP Versions file
88- uses : actions/download-artifact@v7
88+ uses : actions/download-artifact@v8
8989 with :
9090 name : php-versions.yml
9191 path : ./artifacts
@@ -100,14 +100,14 @@ jobs:
100100 # Docker build & publish
101101 # #
102102 - name : Login to DockerHub
103- uses : docker/login-action@v3
103+ uses : docker/login-action@v4
104104 if : ${{ inputs.push-to-registry }}
105105 with :
106106 username : ${{ secrets.DOCKER_HUB_USERNAME }}
107107 password : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
108108
109109 - name : Login to GitHub Container Registry
110- uses : docker/login-action@v3
110+ uses : docker/login-action@v4
111111 if : ${{ inputs.push-to-registry && inputs.authenticate_with_ghcr }}
112112 with :
113113 registry : ghcr.io
Original file line number Diff line number Diff line change 22ARG BASE_OS_VERSION='trixie'
33ARG PHP_VERSION='8.5'
44ARG BASE_IMAGE="php:${PHP_VERSION}-zts-${BASE_OS_VERSION}"
5- ARG FRANKENPHP_VERSION='1.11.3 '
5+ ARG FRANKENPHP_VERSION='1.12.2 '
66ARG GOLANG_VERSION='1.26'
77
88# #######################
You can’t perform that action at this time.
0 commit comments