From 9b31ffaa9f48f707f4ce0417c54c6f7a8b617ac8 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 25 Jan 2022 14:03:55 +0100 Subject: [PATCH] php unit tests don't work on ubuntu 18 --- .github/workflows/ci-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 01eb8232..88de09a1 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -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 -- 2.39.5