mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Merge pull request #287 from pblottiere/drop_ubuntu_16_ci
Remove Xenial CI
This commit is contained in:
commit
decf80c2b7
@ -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
|
||||
@ -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
|
||||
@ -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
|
||||
@ -12,7 +12,4 @@ https://pgpointcloud.github.io/pointcloud/ for more information.
|
||||
|
||||
| | PostGIS 2.5 | PostGIS 3 |
|
||||
| -------------- |:-------------:|:---------:|
|
||||
| PostgreSQL 9.6 |  | |
|
||||
| PostgreSQL 10 |  | |
|
||||
| PostgreSQL 11 |  | |
|
||||
| PostgreSQL 12 |  |  |
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user