]> git.openstreetmap.org Git - nominatim.git/commitdiff
php unit tests don't work on ubuntu 18
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 25 Jan 2022 13:03:55 +0000 (14:03 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 27 Jan 2022 14:18:23 +0000 (15:18 +0100)
.github/workflows/ci-tests.yml

index 01eb8232f4bc6006de144a5114edce9661bcc3ac..88de09a1eb8d74ecd22744c1a59eee37b1512c29 100644 (file)
@@ -99,6 +99,7 @@ jobs:
             - name: PHP unit tests
               run: phpunit ./
               working-directory: Nominatim/test/php
+              if: matrix.ubuntu == 20
 
             - name: Python unit tests
               run: $PYTEST test/python