Revert "add PHP 8.0 tests on CI"

This reverts commit 2b620c3338.
This commit is contained in:
Pig Fang 2021-01-02 16:06:02 +08:00
parent d5fd4e4c1b
commit 928d6ffa8c
No known key found for this signature in database
GPG Key ID: A8198F548DADA9E2

View File

@ -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