From bf6907a8b3c1e1825a25f1691ca4f3b026cc9c4a Mon Sep 17 00:00:00 2001 From: Karsten Dambekalns Date: Mon, 30 Nov 2020 09:43:10 +0100 Subject: [PATCH] Upgrade to PHP 7.3.25 and 7.4.13 --- .github/workflows/docker.build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.build.yaml b/.github/workflows/docker.build.yaml index 15c6300..a784838 100644 --- a/.github/workflows/docker.build.yaml +++ b/.github/workflows/docker.build.yaml @@ -108,7 +108,7 @@ jobs: build-7_3: runs-on: ubuntu-latest env: - PHP_VERSION: 7.3.24 + PHP_VERSION: 7.3.25 steps: - uses: actions/checkout@v2 with: @@ -156,7 +156,7 @@ jobs: build-7_4: runs-on: ubuntu-latest env: - PHP_VERSION: 7.4.12 + PHP_VERSION: 7.4.13 steps: - uses: actions/checkout@v2 with: