From a26c748e034f71cd8876ccc862749508898e2067 Mon Sep 17 00:00:00 2001 From: Tim Nolte Date: Wed, 7 Aug 2024 16:20:38 -0400 Subject: [PATCH] fix(PHP): Updates PHP to latest releases as of 2024-08-06 (#177) - Updates PHP 8.3 to 8.3.10. - Updates PHP 8.2 to 8.2.22. --- .github/workflows/docker.yml | 6 +++--- .github/workflows/test-builds.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8029510..582edf4 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.8' + PHP_STABLE_VERSION: '8.3.10' NODE_STABLE_VERSION: '20' REGISTRY: ghcr.io @@ -21,8 +21,8 @@ jobs: PHP_VERSION: - '8.0.30' - '8.1.29' - - '8.2.20' - - '8.3.8' + - '8.2.22' + - '8.3.10' NODE_VERSION: - '16' - '18' diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml index 2ba63b6..b3ccdd6 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.8' + PHP_STABLE_VERSION: '8.3.10' NODE_STABLE_VERSION: '20' REGISTRY: ghcr.io @@ -20,8 +20,8 @@ jobs: matrix: PHP_VERSION: - '8.1.29' - - '8.2.20' - - '8.3.8' + - '8.2.22' + - '8.3.10' NODE_VERSION: - '18' - '20'