From 0d1ce3d10c91664c1be707fd4702bc5b232c0a32 Mon Sep 17 00:00:00 2001 From: Robert Lemke Date: Thu, 14 May 2020 16:41:00 +0200 Subject: [PATCH] Upgrade to 7.2.31, 7.3.18 and 7.4.6 --- .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 86dbff1..d5a08e9 100644 --- a/.github/workflows/docker.build.yaml +++ b/.github/workflows/docker.build.yaml @@ -60,7 +60,7 @@ jobs: build-7_2: runs-on: ubuntu-latest env: - PHP_VERSION: 7.2.30 + PHP_VERSION: 7.2.31 steps: - uses: actions/checkout@v2 with: @@ -108,7 +108,7 @@ jobs: build-7_3: runs-on: ubuntu-latest env: - PHP_VERSION: 7.3.17 + PHP_VERSION: 7.3.18 steps: - uses: actions/checkout@v2 with: @@ -156,7 +156,7 @@ jobs: build-7_4: runs-on: ubuntu-latest env: - PHP_VERSION: 7.4.5 + PHP_VERSION: 7.4.6 steps: - uses: actions/checkout@v2 with: