re-enable PHP 8.0 on CI

This commit is contained in:
Pig Fang 2021-05-02 11:40:05 +08:00
parent 9cf1269798
commit 8813e58269
No known key found for this signature in database
GPG Key ID: A8198F548DADA9E2

View File

@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4']
php: ['7.4', '8.0']
steps:
- name: Checkout code
uses: actions/checkout@v2