From: Sarah Hoffmann Date: Thu, 17 Dec 2020 17:51:18 +0000 (+0100) Subject: work around failing CI tests X-Git-Tag: v3.7.0~67^2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/de03a0f92449412e8e61aeb4c3d75bc18b550996 work around failing CI tests Force use of phpunit7 to avoid an issue with different sort order. --- 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: |