GitHub actions: test also with PHP 8.0

refs #4287
This commit is contained in:
Alexander A. Klimov 2020-12-02 19:31:25 +01:00 committed by Johannes Meyer
parent 2c5f141cc1
commit 2990ca09ab
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
os: ['ubuntu-latest']
include:
- php: '5.6'
@ -57,7 +57,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
os: ['ubuntu-latest']
services: