From aa86ddb2d1a4e7ddd0070a95371a5ed8e53201d6 Mon Sep 17 00:00:00 2001 From: Tim Nolte Date: Thu, 8 Jun 2023 23:33:56 -0400 Subject: [PATCH] fix(php): Updates PHP 8.x Versions to Latest 2023-06-08 Releases (#92) * Updates to PHP 8.0.29. * Updates to PHP 8.1.20 * Updates to PHP 8.2.7. --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 707e066..e61f834 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -8,7 +8,7 @@ on: env: OLS_VERSION: 1.7.16 - PHP_STABLE_VERSION: '8.2.6' + PHP_STABLE_VERSION: '8.2.7' REGISTRY: ghcr.io jobs: @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - PHP_VERSION: ['8.0.28', '8.1.19', '8.2.6'] + PHP_VERSION: ['8.0.29', '8.1.20', '8.2.7'] steps: - name: Checkout