From 928d6ffa8caef5d93c6a7abd696975f4a73bbf17 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sat, 2 Jan 2021 16:06:02 +0800 Subject: [PATCH] Revert "add PHP 8.0 tests on CI" This reverts commit 2b620c33382e765fc3476eb829812e485f6a6b1b. --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3db63674..c02761cf 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -48,7 +48,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['7.4', '8.0'] + php: ['7.4'] steps: - name: Checkout code uses: actions/checkout@v2