From 65096d677dfebcae03738ca22577fb868a1074fa Mon Sep 17 00:00:00 2001 From: Karsten Dambekalns Date: Mon, 30 Aug 2021 17:36:26 +0200 Subject: [PATCH] Upgrade to PHP 7.3.30, 7.4.22 & 8.0.10 --- .github/workflows/docker.build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.build.yaml b/.github/workflows/docker.build.yaml index 924ec09..d865f27 100644 --- a/.github/workflows/docker.build.yaml +++ b/.github/workflows/docker.build.yaml @@ -60,7 +60,7 @@ jobs: build-7_3: runs-on: ubuntu-latest env: - PHP_VERSION: 7.3.29 + PHP_VERSION: 7.3.30 steps: - uses: actions/checkout@v2 with: @@ -108,7 +108,7 @@ jobs: build-7_4: runs-on: ubuntu-latest env: - PHP_VERSION: 7.4.22 + PHP_VERSION: 7.4.23 steps: - uses: actions/checkout@v2 with: @@ -156,7 +156,7 @@ jobs: build-8_0: runs-on: ubuntu-latest env: - PHP_VERSION: 8.0.9 + PHP_VERSION: 8.0.10 steps: - uses: actions/checkout@v2 with: