From 6e136bf83fa514fe90b9151c39fea1330e3d6384 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 15 Dec 2020 10:45:35 -0700 Subject: [PATCH] Try adding php8 back in to tests --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c8b84fa71..33d857f90 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - php: [ 7.4, 7.3] + php: [ 8.0, 7.4, 7.3] os: [ubuntu-latest] steps: