re-enable PHP 8.0 on CI
This commit is contained in:
parent
9cf1269798
commit
8813e58269
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user