Expand testing to include php 8.0

This commit is contained in:
David Bomba 2020-12-18 11:54:12 +11:00
parent 676cfd1416
commit a3181ff1ab

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['7.3', '7.4']
php-versions: ['7.3', '7.4', '8.0']
phpunit-versions: ['latest']
include:
- operating-system: 'ubuntu-latest'