Run tests on PHP 8.0 now

This commit is contained in:
Andreas Gohr 2021-03-04 12:39:49 +01:00
parent 5fb65df18e
commit a417911a65
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.2', '7.3', '7.4']
php-versions: ['7.2', '7.3', '7.4', '8.0']
fail-fast: false
services:

View File

@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.2', '7.3', '7.4']
php-versions: ['7.2', '7.3', '7.4', '8.0']
fail-fast: false
steps: