From 31ab55558cd94b6d3528e376b206cfcacb438ef9 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 15 Dec 2020 09:52:42 -0700 Subject: [PATCH] remove PHP 8 --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c20f901ce..97bf0e2b0 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - php: [ 8.0, 7.4, 7.3] + php: [ 7.4, 7.3] os: [ubuntu-latest] steps: @@ -54,7 +54,7 @@ jobs: name: Slack needs: unit-tests runs-on: ubuntu-latest - if: always() + if: always() steps: - uses: technote-space/workflow-conclusion-action@v2 - uses: 8398a7/action-slack@v3