diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 582edf4..9c5292a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -8,7 +8,7 @@ on: env: OLS_VERSION: '1.7.19' - PHP_STABLE_VERSION: '8.3.10' + PHP_STABLE_VERSION: '8.3.12' NODE_STABLE_VERSION: '20' REGISTRY: ghcr.io @@ -20,9 +20,9 @@ jobs: matrix: PHP_VERSION: - '8.0.30' - - '8.1.29' - - '8.2.22' - - '8.3.10' + - '8.1.30' + - '8.2.24' + - '8.3.12' NODE_VERSION: - '16' - '18' @@ -67,7 +67,7 @@ jobs: # https://github.com/marketplace/actions/build-and-push-docker-images - name: Build and Push Docker Image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: | matrix.PHP_VERSION != env.PHP_STABLE_VERSION && matrix.NODE_VERSION != env.NODE_STABLE_VERSION @@ -96,7 +96,7 @@ jobs: # https://github.com/marketplace/actions/build-and-push-docker-images - name: Build and Push Docker Image - latest PHP, non-latest Node - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: | matrix.PHP_VERSION == env.PHP_STABLE_VERSION && matrix.NODE_VERSION != env.NODE_STABLE_VERSION @@ -125,7 +125,7 @@ jobs: # https://github.com/marketplace/actions/build-and-push-docker-images - name: Build and Push Docker Image - latest Node, non-latest PHP - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: | matrix.PHP_VERSION != env.PHP_STABLE_VERSION && matrix.NODE_VERSION == env.NODE_STABLE_VERSION @@ -158,7 +158,7 @@ jobs: # https://github.com/marketplace/actions/build-and-push-docker-images - name: Build and Push Docker Image - latest PHP & Node - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: | matrix.PHP_VERSION == env.PHP_STABLE_VERSION && matrix.NODE_VERSION == env.NODE_STABLE_VERSION diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml index b3ccdd6..5f2b928 100644 --- a/.github/workflows/test-builds.yml +++ b/.github/workflows/test-builds.yml @@ -8,7 +8,7 @@ on: env: OLS_VERSION: '1.7.19' - PHP_STABLE_VERSION: '8.3.10' + PHP_STABLE_VERSION: '8.3.12' NODE_STABLE_VERSION: '20' REGISTRY: ghcr.io @@ -19,9 +19,9 @@ jobs: fail-fast: false matrix: PHP_VERSION: - - '8.1.29' - - '8.2.22' - - '8.3.10' + - '8.1.30' + - '8.2.24' + - '8.3.12' NODE_VERSION: - '18' - '20' @@ -56,7 +56,7 @@ jobs: # https://github.com/marketplace/actions/build-and-push-docker-images - name: Build Docker Image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: template platforms: linux/arm64