[SCM] PostGIS branch master updated. 3.6.0rc2-198-gb79acd4a7
git at osgeo.org
git at osgeo.org
Wed Nov 12 17:18:11 PST 2025
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via b79acd4a709c4b9e6cbc63d71b043f137759efb3 (commit)
from 605727d9659a0d63f2ffdac567e742feb486b518 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b79acd4a709c4b9e6cbc63d71b043f137759efb3
Author: Regina Obe <lr at pcorp.us>
Date: Wed Nov 12 20:17:21 2025 -0500
Get rid of PG14 testing on woodie
Any issues with lower versions would be picked up by PG13
Hoping to reduce failures of woodie
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index b331edcb3..fa79b9ce7 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -68,15 +68,6 @@ steps:
- <<: *steps-env
- <<: *steps-pg-build
- build-pg14:
- image: *test-image
- depends_on: autogen
- environment:
- PGVER: 14
- commands:
- - <<: *steps-env
- - <<: *steps-pg-build
-
build-pg15:
image: *test-image
depends_on: autogen
@@ -105,16 +96,6 @@ steps:
- <<: *steps-start-postgresql
- <<: *steps-pg-test-preinstall
- check-pg14:
- image: *test-image
- depends_on: build-pg14
- environment:
- PGVER: 14
- commands:
- - <<: *steps-env
- - <<: *steps-start-postgresql
- - <<: *steps-pg-test-preinstall
-
check-pg15:
image: *test-image
depends_on: build-pg15
@@ -146,17 +127,6 @@ steps:
- <<: *steps-pg-install
- <<: *steps-pg-test-install
- installcheck-pg14:
- image: *test-image
- depends_on: build-pg14
- environment:
- PGVER: 14
- commands:
- - <<: *steps-env
- - <<: *steps-start-postgresql
- - <<: *steps-pg-install
- - <<: *steps-pg-test-install
-
installcheck-pg15:
image: *test-image
depends_on: build-pg15
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/regress.yml | 30 ------------------------------
1 file changed, 30 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list