Run PHPunit tests on PHP 8

This commit is contained in:
Jan Böhmer
2020-08-21 22:48:48 +02:00
committed by GitHub
parent e73a90a234
commit 2174c20ec8

View File

@@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.2', '7.3', '7.4']
php-versions: ['7.2', '7.3', '7.4', '8.0']
steps:
- name: Checkout
uses: actions/checkout@v2