diff --git a/.github/workflows/xenial_postgres10_postgis25.yml b/.github/workflows/xenial_postgres10_postgis25.yml deleted file mode 100644 index 6b5aeb5..0000000 --- a/.github/workflows/xenial_postgres10_postgis25.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: "[ubuntu-16.04] PostgreSQL 10 and PostGIS 2.5" - -on: [push, pull_request] - -jobs: - build: - name: Building and testing - runs-on: ubuntu-16.04 - steps: - - name: Check out repository code - uses: actions/checkout@v2 - - name: Install PostgreSQL and PostGIS - env: - POSTGRESQL_VERSION: 10 - POSTGIS_VERSION: 2.5 - run: .github/scripts/postgresql_postgis.sh - - name: Install and check PgPointCloud - env: - POSTGRESQL_VERSION: 10 - POSTGIS_VERSION: 2.5 - run: .github/scripts/pgpointcloud.sh - - name: Error - if: ${{ failure() }} - run: cat pgsql/regression.diffs diff --git a/.github/workflows/xenial_postgres11_postgis25.yml b/.github/workflows/xenial_postgres11_postgis25.yml deleted file mode 100644 index 2ee3ff0..0000000 --- a/.github/workflows/xenial_postgres11_postgis25.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: "[ubuntu-16.04] PostgreSQL 11 and PostGIS 2.5" - -on: [push, pull_request] - -jobs: - build: - name: Building and testing - runs-on: ubuntu-16.04 - steps: - - name: Check out repository code - uses: actions/checkout@v2 - - name: Install PostgreSQL and PostGIS - env: - POSTGRESQL_VERSION: 11 - POSTGIS_VERSION: 2.5 - run: .github/scripts/postgresql_postgis.sh - - name: Install and check PgPointCloud - env: - POSTGRESQL_VERSION: 11 - POSTGIS_VERSION: 2.5 - run: .github/scripts/pgpointcloud.sh - - name: Error - if: ${{ failure() }} - run: cat pgsql/regression.diffs diff --git a/.github/workflows/xenial_postgres96_postgis25.yml b/.github/workflows/xenial_postgres96_postgis25.yml deleted file mode 100644 index 8934739..0000000 --- a/.github/workflows/xenial_postgres96_postgis25.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: "[ubuntu-16.04] PostgreSQL 9.6 and PostGIS 2.5" - -on: [push, pull_request] - -jobs: - build: - name: Building and testing - runs-on: ubuntu-16.04 - steps: - - name: Check out repository code - uses: actions/checkout@v2 - - name: Install PostgreSQL and PostGIS - env: - POSTGRESQL_VERSION: 9.6 - POSTGIS_VERSION: 2.5 - run: .github/scripts/postgresql_postgis.sh - - name: Install and check PgPointCloud - env: - POSTGRESQL_VERSION: 9.6 - POSTGIS_VERSION: 2.5 - run: .github/scripts/pgpointcloud.sh - - name: Error - if: ${{ failure() }} - run: cat pgsql/regression.diffs diff --git a/README.md b/README.md index bc83ebb..d48a332 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,4 @@ https://pgpointcloud.github.io/pointcloud/ for more information. | | PostGIS 2.5 | PostGIS 3 | | -------------- |:-------------:|:---------:| -| PostgreSQL 9.6 | ![](https://img.shields.io/github/workflow/status/pgpointcloud/pointcloud/%5Bubuntu-16.04%5D%20PostgreSQL%209.6%20and%20PostGIS%202.5?label=Ubuntu%2016.04&logo=github&style=plastic) | | -| PostgreSQL 10 | ![](https://img.shields.io/github/workflow/status/pgpointcloud/pointcloud/%5Bubuntu-16.04%5D%20PostgreSQL%2010%20and%20PostGIS%202.5?label=Ubuntu%2016.04&logo=github&style=plastic) | | -| PostgreSQL 11 | ![](https://img.shields.io/github/workflow/status/pgpointcloud/pointcloud/%5Bubuntu-16.04%5D%20PostgreSQL%2011%20and%20PostGIS%202.5?label=Ubuntu%2016.04&logo=github&style=plastic) | | | PostgreSQL 12 | ![](https://img.shields.io/github/workflow/status/pgpointcloud/pointcloud/%5Bubuntu-18.04%5D%20PostgreSQL%2012%20and%20PostGIS%202.5?label=Ubuntu%2018.04&logo=github&style=plastic) | ![](https://img.shields.io/github/workflow/status/pgpointcloud/pointcloud/%5Bubuntu-18.04%5D%20PostgreSQL%2012%20and%20PostGIS%203?label=Ubuntu%2018.04&logo=github&style=plastic) | diff --git a/doc/development.rst b/doc/development.rst index ee36bb4..518bc27 100644 --- a/doc/development.rst +++ b/doc/development.rst @@ -128,22 +128,9 @@ and with various PostgreSQL/PostGIS releases: +---------------+----------------+-----------------+ | | PostGIS 2.5 | PostGIS 3 | +---------------+----------------+-----------------+ -| PostgreSQL 9.6| |96_25| | | -+---------------+----------------+-----------------+ -| PostgreSQL 10 | |10_25| | | -+---------------+----------------+-----------------+ -| PostgreSQL 11 | |11_25| | | -+---------------+----------------+-----------------+ | PostgreSQL 12 | |12_25| | |12_3| | +---------------+----------------+-----------------+ - .. |96_25| image:: https://img.shields.io/github/workflow/status/pgpointcloud/pointcloud/%5Bubuntu-16.04%5D%20PostgreSQL%209.6%20and%20PostGIS%202.5?label=Ubuntu%2016.04&logo=github&style=plastic - :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-16.04%5D+PostgreSQL+9.6+and+PostGIS+2.5%22 - -.. |10_25| image:: https://img.shields.io/github/workflow/status/pgpointcloud/pointcloud/%5Bubuntu-16.04%5D%20PostgreSQL%2010%20and%20PostGIS%202.5?label=Ubuntu%2016.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-16.04%5D+PostgreSQL+10+and+PostGIS+2.5%22 - -.. |11_25| image:: https://img.shields.io/github/workflow/status/pgpointcloud/pointcloud/%5Bubuntu-16.04%5D%20PostgreSQL%2011%20and%20PostGIS%202.5?label=Ubuntu%2016.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-16.04%5D+PostgreSQL+11+and+PostGIS+2.5%22 - .. |12_25| image:: https://img.shields.io/github/workflow/status/pgpointcloud/pointcloud/%5Bubuntu-18.04%5D%20PostgreSQL%2012%20and%20PostGIS%202.5?label=Ubuntu%2018.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-18.04%5D+PostgreSQL+12+and+PostGIS+2.5%22 .. |12_3| image:: https://img.shields.io/github/workflow/status/pgpointcloud/pointcloud/%5Bubuntu-18.04%5D%20PostgreSQL%2012%20and%20PostGIS%203?label=Ubuntu%2018.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-18.04%5D+PostgreSQL+12+and+PostGIS+3%22