From 15d349a0401e2bab6f774255dc3668fd28b6d4a0 Mon Sep 17 00:00:00 2001 From: ivanbabenko Date: Mon, 22 Mar 2021 19:41:56 +0100 Subject: [PATCH] Enable tests for PHP 8 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 91c43f4..00342a8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-18.04 strategy: matrix: - php: [ 7.1, 7.2, 7.3, 7.4 ] + php: [ 7.1, 7.2, 7.3, 7.4, 8.0 ] steps: - name: Checkout code uses: actions/checkout@v2