From 8c306f0ed132716cba90946ea722160eaf48b0da Mon Sep 17 00:00:00 2001 From: Tim Nolte Date: Fri, 7 Jul 2023 00:05:19 -0400 Subject: [PATCH] feat(php): Upgrades to PHP 8.2.8 & 8.1.21 (#99) * Upgrades the PHP 8.2 image to [8.2.8](https://www.php.net/ChangeLog-8.php#8.2.8). * Upgrades the PHP 8.1 image to [8.1.21](https://www.php.net/ChangeLog-8.php#8.1.21). --- .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 2ea39f7..c5cf063 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -8,7 +8,7 @@ on: env: OLS_VERSION: 1.7.17 - PHP_STABLE_VERSION: '8.2.7' + PHP_STABLE_VERSION: '8.2.8' REGISTRY: ghcr.io jobs: @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - PHP_VERSION: ['8.0.29', '8.1.20', '8.2.7'] + PHP_VERSION: ['8.0.29', '8.1.21', '8.2.8'] steps: - name: Checkout