mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2026-02-01 17:20:32 +00:00
Merge pull request #356 from pblottiere/fix_ci
Remove Ubuntu 20.04, PostGIS 2.5 and PostgreSQL from CI (EOL)
This commit is contained in:
commit
378567442c
27
.github/workflows/focal_postgres12_postgis25.yml
vendored
27
.github/workflows/focal_postgres12_postgis25.yml
vendored
@ -1,27 +0,0 @@
|
||||
name: "[ubuntu-20.04] PostgreSQL 12 and PostGIS 2.5"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Building and testing
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v2
|
||||
- name: Install PostgreSQL and PostGIS
|
||||
env:
|
||||
POSTGRESQL_VERSION: 12
|
||||
POSTGIS_VERSION: 2.5
|
||||
run: .github/scripts/postgresql_postgis.sh
|
||||
- name: Install and check PgPointCloud
|
||||
run: .github/scripts/pgpointcloud.sh
|
||||
- name: Error
|
||||
if: ${{ failure() }}
|
||||
run: cat pgsql/regression.diffs
|
||||
- name: Dump and restore tests
|
||||
run: .github/scripts/test_dump_restore.sh
|
||||
27
.github/workflows/focal_postgres12_postgis33.yml
vendored
27
.github/workflows/focal_postgres12_postgis33.yml
vendored
@ -1,27 +0,0 @@
|
||||
name: "[ubuntu-20.04] PostgreSQL 12 and PostGIS 3.3"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Building and testing
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v2
|
||||
- name: Install PostgreSQL and PostGIS
|
||||
env:
|
||||
POSTGRESQL_VERSION: 12
|
||||
POSTGIS_VERSION: 3
|
||||
run: .github/scripts/postgresql_postgis.sh
|
||||
- name: Install and check PgPointCloud
|
||||
run: .github/scripts/pgpointcloud.sh
|
||||
- name: Error
|
||||
if: ${{ failure() }}
|
||||
run: cat pgsql/regression.diffs
|
||||
- name: Dump and restore tests
|
||||
run: .github/scripts/test_dump_restore.sh
|
||||
27
.github/workflows/focal_postgres13_postgis33.yml
vendored
27
.github/workflows/focal_postgres13_postgis33.yml
vendored
@ -1,27 +0,0 @@
|
||||
name: "[ubuntu-20.04] PostgreSQL 13 and PostGIS 3.3"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Building and testing
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v2
|
||||
- name: Install PostgreSQL and PostGIS
|
||||
env:
|
||||
POSTGRESQL_VERSION: 13
|
||||
POSTGIS_VERSION: 3
|
||||
run: .github/scripts/postgresql_postgis.sh
|
||||
- name: Install and check PgPointCloud
|
||||
run: .github/scripts/pgpointcloud.sh
|
||||
- name: Error
|
||||
if: ${{ failure() }}
|
||||
run: cat pgsql/regression.diffs
|
||||
- name: Dump and restore tests
|
||||
run: .github/scripts/test_dump_restore.sh
|
||||
27
.github/workflows/focal_postgres14_postgis33.yml
vendored
27
.github/workflows/focal_postgres14_postgis33.yml
vendored
@ -1,27 +0,0 @@
|
||||
name: "[ubuntu-20.04] PostgreSQL 14 and PostGIS 3.3"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Building and testing
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v2
|
||||
- name: Install PostgreSQL and PostGIS
|
||||
env:
|
||||
POSTGRESQL_VERSION: 14
|
||||
POSTGIS_VERSION: 3
|
||||
run: .github/scripts/postgresql_postgis.sh
|
||||
- name: Install and check PgPointCloud
|
||||
run: .github/scripts/pgpointcloud.sh
|
||||
- name: Error
|
||||
if: ${{ failure() }}
|
||||
run: cat pgsql/regression.diffs
|
||||
- name: Dump and restore tests
|
||||
run: .github/scripts/test_dump_restore.sh
|
||||
27
.github/workflows/focal_postgres15_postgis33.yml
vendored
27
.github/workflows/focal_postgres15_postgis33.yml
vendored
@ -1,27 +0,0 @@
|
||||
name: "[ubuntu-20.04] PostgreSQL 15 and PostGIS 3.3"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Building and testing
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v2
|
||||
- name: Install PostgreSQL and PostGIS
|
||||
env:
|
||||
POSTGRESQL_VERSION: 15
|
||||
POSTGIS_VERSION: 3
|
||||
run: .github/scripts/postgresql_postgis.sh
|
||||
- name: Install and check PgPointCloud
|
||||
run: .github/scripts/pgpointcloud.sh
|
||||
- name: Error
|
||||
if: ${{ failure() }}
|
||||
run: cat pgsql/regression.diffs
|
||||
- name: Dump and restore tests
|
||||
run: .github/scripts/test_dump_restore.sh
|
||||
27
.github/workflows/jammy_postgres12_postgis33.yml
vendored
27
.github/workflows/jammy_postgres12_postgis33.yml
vendored
@ -1,27 +0,0 @@
|
||||
name: "[ubuntu-22.04] PostgreSQL 12 and PostGIS 3.3"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Building and testing
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v2
|
||||
- name: Install PostgreSQL and PostGIS
|
||||
env:
|
||||
POSTGRESQL_VERSION: 12
|
||||
POSTGIS_VERSION: 3
|
||||
run: .github/scripts/postgresql_postgis.sh
|
||||
- name: Install and check PgPointCloud
|
||||
run: .github/scripts/pgpointcloud.sh
|
||||
- name: Error
|
||||
if: ${{ failure() }}
|
||||
run: cat pgsql/regression.diffs
|
||||
- name: Dump and restore tests
|
||||
run: .github/scripts/test_dump_restore.sh
|
||||
13
README.md
13
README.md
@ -10,10 +10,9 @@ https://pgpointcloud.github.io/pointcloud/ for more information.
|
||||
|
||||
## Continuous integration
|
||||
|
||||
| | PostGIS 2.5 | PostGIS 3.3 | W/O PostGIS |
|
||||
| ------------------ |:-------------:|:-----------:|:-----------:|
|
||||
| PostgreSQL 12 |  | <br /> | <br /> |
|
||||
| PostgreSQL 13 | | <br /> | <br /> |
|
||||
| PostgreSQL 14 | | <br /> | <br /> |
|
||||
| PostgreSQL 15 | | <br /> | <br /> |
|
||||
| PostgreSQL 16 | |  |  |
|
||||
| | PostGIS 3.3 | W/O PostGIS |
|
||||
| ------------------ |:-----------:|:-----------:|
|
||||
| PostgreSQL 13 |  |  |
|
||||
| PostgreSQL 14 |  |  |
|
||||
| PostgreSQL 15 |  |  |
|
||||
| PostgreSQL 16 |  |  |
|
||||
|
||||
@ -136,44 +136,22 @@ Continuous Integration
|
||||
pgPointcloud tests are run with `Github Actions`_ on several Ubuntu versions
|
||||
and with various PostgreSQL/PostGIS releases:
|
||||
|
||||
+--------------------+-----------------------+------------------------+------------------------+
|
||||
| | PostGIS 2.5 | PostGIS 3.3 | W/O PostGIS |
|
||||
+--------------------+-----------------------+------------------------+------------------------+
|
||||
| PostgreSQL 12 | |12_25_focal| | |12_33_focal| | |12_33_focal| |
|
||||
| | | | |
|
||||
| | | |12_33_jammy| | |12_33_jammy| |
|
||||
+--------------------+-----------------------+------------------------+------------------------+
|
||||
| PostgreSQL 13 | | |13_33_focal| | |13_33_focal| |
|
||||
| | | | |
|
||||
| | | |13_33_jammy| | |13_33_jammy| |
|
||||
+--------------------+-----------------------+------------------------+------------------------+
|
||||
| PostgreSQL 14 | | |14_33_focal| | |14_33_focal| |
|
||||
| | | | |
|
||||
| | | |14_33_jammy| | |14_33_jammy| |
|
||||
+--------------------+-----------------------+------------------------+------------------------+
|
||||
| PostgreSQL 15 | | |15_33_focal| | |15_33_focal| |
|
||||
| | | | |
|
||||
| | | |15_33_jammy| | |15_33_jammy| |
|
||||
+--------------------+-----------------------+------------------------+------------------------+
|
||||
| PostgreSQL 16 | | |16_33_jammy| | |16_33_jammy| |
|
||||
+--------------------+-----------------------+------------------------+------------------------+
|
||||
|
||||
.. |12_25_focal| image:: https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/focal_postgres12_postgis25.yml?branch=master&label=Ubuntu%2020.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-20.04%5D+PostgreSQL+12+and+PostGIS+2.5%22
|
||||
|
||||
.. |12_33_focal| image:: https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/focal_postgres12_postgis33.yml?branch=master&label=Ubuntu%2020.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-20.04%5D+PostgreSQL+12+and+PostGIS+3.3%22
|
||||
|
||||
.. |12_33_jammy| image:: https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/jammy_postgres12_postgis33.yml?branch=master&label=Ubuntu%2022.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-22.04%5D+PostgreSQL+12+and+PostGIS+3.3%22
|
||||
|
||||
.. |13_33_focal| image:: https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/focal_postgres13_postgis33.yml?branch=master&label=Ubuntu%2020.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-20.04%5D+PostgreSQL+13+and+PostGIS+3.3%22
|
||||
+--------------------+-----------------------+-------------------------+
|
||||
| | PostGIS 3.3 | W/O PostGIS |
|
||||
+--------------------+------------------------+------------------------+
|
||||
| PostgreSQL 13 | |13_33_jammy| | |13_33_jammy| |
|
||||
+--------------------+------------------------+------------------------+
|
||||
| PostgreSQL 14 | |14_33_jammy| | |14_33_jammy| |
|
||||
+--------------------+------------------------+------------------------+
|
||||
| PostgreSQL 15 | |15_33_jammy| | |15_33_jammy| |
|
||||
+--------------------+------------------------+------------------------+
|
||||
| PostgreSQL 16 | |16_33_jammy| | |16_33_jammy| |
|
||||
+--------------------+-----------------------+-------------------------+
|
||||
|
||||
.. |13_33_jammy| image:: https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/jammy_postgres13_postgis33.yml?branch=master&label=Ubuntu%2022.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-22.04%5D+PostgreSQL+13+and+PostGIS+3.3%22
|
||||
|
||||
.. |14_33_focal| image:: https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/focal_postgres14_postgis33.yml?branch=master&label=Ubuntu%2020.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-20.04%5D+PostgreSQL+14+and+PostGIS+3.3%22
|
||||
|
||||
.. |14_33_jammy| image:: https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/jammy_postgres14_postgis33.yml?branch=master&label=Ubuntu%2022.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-22.04%5D+PostgreSQL+14+and+PostGIS+3.3%22
|
||||
|
||||
.. |15_33_focal| image:: https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/focal_postgres15_postgis33.yml?branch=master&label=Ubuntu%2020.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-20.04%5D+PostgreSQL+15+and+PostGIS+3.3%22
|
||||
|
||||
.. |15_33_jammy| image:: https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/jammy_postgres15_postgis33.yml?branch=master&label=Ubuntu%2022.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-22.04%5D+PostgreSQL+15+and+PostGIS+3.3%22
|
||||
|
||||
.. |16_33_jammy| image:: https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/jammy_postgres16_postgis33.yml?branch=master&label=Ubuntu%2022.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-22.04%5D+PostgreSQL+16+and+PostGIS+3.3%22
|
||||
|
||||
@ -85,7 +85,6 @@ pgPointcloud is directly included in the `PostGIS`_ bundle.
|
||||
|
||||
Debian packages are now `available`_ on:
|
||||
|
||||
- Ubuntu 20.04
|
||||
- Ubuntu 22.04
|
||||
- Debian Testing
|
||||
- Debian Unstable
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user