From 36a6b54c6df476b192c939886568b7b65f332f05 Mon Sep 17 00:00:00 2001 From: Tim Nolte Date: Thu, 3 Oct 2024 19:22:09 -0400 Subject: [PATCH] fix(PHP) 2024-10-03 Updates PHP to latest security releases - Updates PHP 8.3.10 -> 8.3.12. - Updates PHP 8.2.22 -> 8.2.24. - Updates PHP 8.1.29 -> 8.1.30. --- .github/workflows/docker.yml | 8 ++++---- .github/workflows/test-builds.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 3c3ef55..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' diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml index ab960c1..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'