X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/39e300640e4a027c68b3a989700c0fbc3fe325e8..0bb59b2e225d9015462cbf069f83d6ed75eaaf3a:/.github/workflows/ci-tests.yml diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 01eb8232..b3d91cdf 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -40,7 +40,7 @@ jobs: ubuntu: [18, 20] include: - ubuntu: 18 - postgresql: 9.5 + postgresql: 9.6 postgis: 2.5 pytest: pytest php: 7.2 @@ -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 @@ -175,7 +176,7 @@ jobs: strategy: matrix: - name: [Ubuntu-18, Ubuntu-20, Centos-8] + name: [Ubuntu-18, Ubuntu-20] include: - name: Ubuntu-18 flavour: ubuntu @@ -187,9 +188,6 @@ jobs: image: "ubuntu:20.04" ubuntu: 20 install_mode: install-apache - - name: Centos-8 - flavour: centos - image: "centos:8" container: image: ${{ matrix.image }}