[SCM] PostGIS branch master updated. 3.6.0rc2-223-gc86bd9f8d

git at osgeo.org git at osgeo.org
Wed Nov 26 22:32:17 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  c86bd9f8d8b2ddaedffabf11c8bddd3488c15722 (commit)
      from  dfcc0797a653104c62747b525afc2d95cd5a6340 (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 c86bd9f8d8b2ddaedffabf11c8bddd3488c15722
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Nov 27 01:30:08 2025 -0500

    WOODIE CHANGES
    
     - stop testing pg13 and replace with pg14, since pg13 is EOL
     - Replace pg17 with pg18
     - Only test upgrade of pg14
     - Get rid of pg15 testing

diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index fa79b9ce7..134896315 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -59,112 +59,71 @@ steps:
     commands:
       - ./autogen.sh
 
-  build-pg13:
+  build-pg14:
     image: *test-image
     depends_on: autogen
     environment:
-      PGVER: 13
+      PGVER: 14
     commands:
       - <<: *steps-env
       - <<: *steps-pg-build
 
-  build-pg15:
+  build-pg18:
     image: *test-image
     depends_on: autogen
     environment:
-      PGVER: 15
+       PGVER: 18
     commands:
       - <<: *steps-env
       - <<: *steps-pg-build
 
-  build-pg17:
+  check-pg14:
     image: *test-image
-    depends_on: autogen
+    depends_on: build-pg14
     environment:
-       PGVER: 17
-    commands:
-      - <<: *steps-env
-      - <<: *steps-pg-build
-
-  check-pg13:
-    image: *test-image
-    depends_on: build-pg13
-    environment:
-      PGVER: 13
+      PGVER: 14
     commands:
       - <<: *steps-env
       - <<: *steps-start-postgresql
       - <<: *steps-pg-test-preinstall
 
-  check-pg15:
+  check-pg18:
     image: *test-image
-    depends_on: build-pg15
+    depends_on: build-pg18
     environment:
-      PGVER: 15
+       PGVER: 18
     commands:
       - <<: *steps-env
       - <<: *steps-start-postgresql
       - <<: *steps-pg-test-preinstall
 
-  check-pg17:
+  installcheck-pg14:
     image: *test-image
-    depends_on: build-pg17
+    depends_on: build-pg14
     environment:
-       PGVER: 17
-    commands:
-      - <<: *steps-env
-      - <<: *steps-start-postgresql
-      - <<: *steps-pg-test-preinstall
-
-  installcheck-pg13:
-    image: *test-image
-    depends_on: build-pg13
-    environment:
-      PGVER: 13
+      PGVER: 14
     commands:
       - <<: *steps-env
       - <<: *steps-start-postgresql
       - <<: *steps-pg-install
       - <<: *steps-pg-test-install
 
-  installcheck-pg15:
+  installcheck-pg18:
     image: *test-image
-    depends_on: build-pg15
+    depends_on: build-pg18
     environment:
-      PGVER: 15
+      PGVER: 18
     commands:
       - <<: *steps-env
       - <<: *steps-start-postgresql
       - <<: *steps-pg-install
       - <<: *steps-pg-test-install
 
-  installcheck-pg17:
+  upgradecheck-pg14:
     image: *test-image
-    depends_on: build-pg17
+    depends_on: installcheck-pg14
     environment:
-      PGVER: 17
-    commands:
-      - <<: *steps-env
-      - <<: *steps-start-postgresql
-      - <<: *steps-pg-install
-      - <<: *steps-pg-test-install
-
-  upgradecheck-pg13:
-    image: *test-image
-    depends_on: installcheck-pg13
-    environment:
-      PGVER: 13
-    commands:
-      - <<: *steps-env
-      - <<: *steps-start-postgresql
-      - <<: *steps-pg-install
-      - <<: *steps-pg-test-all-upgrades
-
-  upgradecheck-pg17:
-    image: *test-image
-    depends_on: installcheck-pg17
-    environment:
-      PGVER: 17
+      PGVER: 14
     commands:
       - <<: *steps-env
       - <<: *steps-start-postgresql

-----------------------------------------------------------------------

Summary of changes:
 .woodpecker/regress.yml | 79 ++++++++++++-------------------------------------
 1 file changed, 19 insertions(+), 60 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list