php: Test also on PHP 8

This commit is contained in:
Johannes Meyer 2021-04-08 11:33:38 +02:00
parent 0f8c90fbf4
commit 7376f9443c

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'