From 19d706f7f014e7157e60447cb76ee2b10b766ea3 Mon Sep 17 00:00:00 2001 From: Chris Tankersley Date: Fri, 13 Nov 2020 13:24:35 -0500 Subject: [PATCH] Added 8 and 8.1 to GHA matrix --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 71f6a70..3f0b225 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,8 +8,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [ '7.2', '7.3', '7.4' ] - continue-on-error: ${{ matrix.php == '8.0' }} + php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ] + continue-on-error: ${{ matrix.php == '8.1' }} name: PHP ${{ matrix.php }} Test steps: