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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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