Run github phpunit tests on PHP 8.0 too.

This commit is contained in:
Jan Böhmer
2021-10-02 20:16:12 +02:00
parent 63065a8b58
commit 2982f54d19

View File

@@ -24,7 +24,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