]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #2112 from lonvia/fix-tests-for-php-8
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 18 Dec 2020 13:25:50 +0000 (14:25 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Dec 2020 13:25:50 +0000 (14:25 +0100)
work around failing CI tests

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