work around failing CI tests

Force use of phpunit7 to avoid an issue with different sort order.
This commit is contained in:
Sarah Hoffmann
2020-12-17 18:51:18 +01:00
parent 9610664fc5
commit de03a0f924

View File

@@ -20,6 +20,12 @@ jobs:
with:
submodules: true
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
tools: phpunit, phpcs
- name: Get Date
id: get-date
run: |