From 139415f2f510f9ad1861ccea7475fea6f0e286ce Mon Sep 17 00:00:00 2001 From: Tim Nolte Date: Wed, 12 Jun 2024 22:32:04 -0400 Subject: [PATCH] fix(PHP): Updates PHP 8.3/8.2/8.1 to latest 2024-06-06 releases (#173) - Fixes #170 - Updates PHP 8.3 to 8.3.8. - Updates PHP 8.2 to 8.2.20. - Updates PHP 8.1 to 8.1.29. --- .github/workflows/docker.yml | 8 ++++---- .github/workflows/test-builds.yml | 13 ++++--------- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 1934ddf..8029510 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.6' + PHP_STABLE_VERSION: '8.3.8' NODE_STABLE_VERSION: '20' REGISTRY: ghcr.io @@ -20,9 +20,9 @@ jobs: matrix: PHP_VERSION: - '8.0.30' - - '8.1.28' - - '8.2.18' - - '8.3.6' + - '8.1.29' + - '8.2.20' + - '8.3.8' NODE_VERSION: - '16' - '18' diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml index 4d590ce..2ba63b6 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.6' + PHP_STABLE_VERSION: '8.3.8' NODE_STABLE_VERSION: '20' REGISTRY: ghcr.io @@ -19,17 +19,12 @@ jobs: fail-fast: false matrix: PHP_VERSION: - - '8.1.28' - - '8.2.18' - - '8.3.6' + - '8.1.29' + - '8.2.20' + - '8.3.8' NODE_VERSION: - '18' - '20' - include: - - job-name: 'OLS Admin PHP 8.x RC' - PHP_VERSION: '8.1.28' - NODE_VERSION: '20' - OLS_ADMIN_PHP_VERSION: '8.2.18' steps: - name: Checkout