make tests compatible with phpunit for php8

This commit is contained in:
Willem Wollebrants 2021-07-07 11:55:52 +02:00
parent fe2ca630fb
commit f189549d2d

View File

@ -18,7 +18,7 @@ jobs:
- '7.3'
- '7.4'
- '8.0'
- '8.1'
# - '8.1'
steps:
- name: Checkout
uses: actions/checkout@v2