]> git.openstreetmap.org Git - nominatim.git/commitdiff
work around failing CI tests
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 17 Dec 2020 17:51:18 +0000 (18:51 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 18 Dec 2020 09:58:09 +0000 (10:58 +0100)
Force use of phpunit7 to avoid an issue with different sort order.

.github/workflows/ci-tests.yml

index dd97aefa12fb9c24296047296890248832490728..1f64df273ac4242833695143fd8017074152e644 100644 (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: |