]> git.openstreetmap.org Git - nominatim.git/blobdiff - .github/workflows/ci-tests.yml
work around failing CI tests
[nominatim.git] / .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: |