From e6ff908e18da69a821e095f1856ea641322b8ce8 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 4 May 2021 21:52:17 +0100 Subject: [PATCH] actions: update PHP versions --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 57adef7e4..2807e2263 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.16] + php: [7.3.28, 7.4.18] 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.16] + php: [7.3.28, 7.4.18] steps: - uses: actions/checkout@v2 @@ -87,7 +87,7 @@ jobs: fail-fast: false matrix: image: [ubuntu-20.04] - php: [7.3.27, 7.4.16] + php: [7.3.28, 7.4.18] steps: - uses: actions/checkout@v2 @@ -137,7 +137,7 @@ jobs: fail-fast: false matrix: image: [ubuntu-20.04] - php: [7.3.27, 7.4.16] + php: [7.3.28, 7.4.18] steps: - uses: actions/checkout@v2 @@ -189,7 +189,7 @@ jobs: fail-fast: false matrix: image: [ubuntu-20.04] - php: [7.3.27, 7.4.16] + php: [7.3.28, 7.4.18] steps: - uses: actions/checkout@v2