X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/45627b485f30ffb615326973fd15e322a81ad18e..c3f206733ff6977b7a353353a22fbebf83d9e51b:/.github/workflows/ci-tests.yml?ds=sidebyside diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 88de09a1..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 @@ -176,7 +176,7 @@ jobs: strategy: matrix: - name: [Ubuntu-18, Ubuntu-20, Centos-8] + name: [Ubuntu-18, Ubuntu-20] include: - name: Ubuntu-18 flavour: ubuntu @@ -188,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 }}