From bc9da236ebfcde598bec91109daefa899cba5f39 Mon Sep 17 00:00:00 2001 From: Tim Nolte Date: Sat, 25 Nov 2023 00:28:50 -0500 Subject: [PATCH] fix(PHP): Updates to latest PHP 8.1 & 8.2 bugfix release (#130) - Updates PHP 8.1 to 8.1.26 release. - Updates PHP 8.2 to 8.2.13 release. --- .github/workflows/docker.yml | 4 ++-- .github/workflows/test-builds.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 1ba7cf4..7150985 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -8,7 +8,7 @@ on: env: OLS_VERSION: 1.7.18 - PHP_STABLE_VERSION: '8.2.12' + PHP_STABLE_VERSION: '8.2.13' REGISTRY: ghcr.io jobs: @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - PHP_VERSION: ['8.0.30','8.1.24','8.2.12'] + PHP_VERSION: ['8.0.30','8.1.26','8.2.13'] steps: - name: Checkout diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml index dfe85f4..b651917 100644 --- a/.github/workflows/test-builds.yml +++ b/.github/workflows/test-builds.yml @@ -8,7 +8,7 @@ on: env: OLS_VERSION: 1.7.18 - PHP_STABLE_VERSION: '8.2.12' + PHP_STABLE_VERSION: '8.2.13' REGISTRY: ghcr.io jobs: @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - PHP_VERSION: ['8.0.30','8.1.24','8.2.12'] + PHP_VERSION: ['8.0.30','8.1.26','8.2.13'] steps: - name: Checkout