From 3d90625020c2083d597bcde1e0188efafa58b64a Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 7 Mar 2021 16:37:33 +0000 Subject: [PATCH] Revert "Revert "Use PHP 7.4.16 for Actions"" This reverts commit 9f6b914925cc228ce1e34b7f12db1678fe3eb0e9. --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 848999328..0b8bf6929 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: image: [ubuntu-20.04] - php: [7.3.27, 7.4.15] + php: [7.3.27, 7.4.16] steps: - uses: actions/checkout@v2 #needed for build.sh @@ -37,7 +37,7 @@ jobs: fail-fast: false matrix: image: [ubuntu-20.04] - php: [7.3.27, 7.4.15] + php: [7.3.27, 7.4.16] steps: - uses: actions/checkout@v2 @@ -87,7 +87,7 @@ jobs: fail-fast: false matrix: image: [ubuntu-20.04] - php: [7.3.27, 7.4.15] + php: [7.3.27, 7.4.16] steps: - uses: actions/checkout@v2 @@ -137,7 +137,7 @@ jobs: fail-fast: false matrix: image: [ubuntu-20.04] - php: [7.3.27, 7.4.15] + php: [7.3.27, 7.4.16] steps: - uses: actions/checkout@v2