Add PostgreSQL 17 pipeline

This commit is contained in:
Blottiere Paul 2025-05-04 00:19:29 +02:00
parent e81e6b2f4d
commit db2c207f16

View File

@ -0,0 +1,28 @@
name: "[ubuntu-22.04] PostgreSQL 17 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: 17
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