From de03a0f92449412e8e61aeb4c3d75bc18b550996 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 17 Dec 2020 18:51:18 +0100 Subject: [PATCH] work around failing CI tests Force use of phpunit7 to avoid an issue with different sort order. --- .github/workflows/ci-tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index dd97aefa..1f64df27 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -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: | -- 2.45.2