add PHP 8.0 tests on CI

This commit is contained in:
Pig Fang 2021-01-02 15:55:32 +08:00
parent 4ae6368931
commit 2b620c3338
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']
php: ['7.4', '8.0']
steps:
- name: Checkout code
uses: actions/checkout@v2