Merge pull request #2112 from lonvia/fix-tests-for-php-8

work around failing CI tests
This commit is contained in:
Sarah Hoffmann
2020-12-18 14:25:50 +01:00
committed by GitHub

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: |