[SCM] PostGIS branch master updated. 3.6.0rc2-258-g265af64a7
git at osgeo.org
git at osgeo.org
Mon Dec 15 21:02:48 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 265af64a73582e6cdfed0fea1c69c618eda369ae (commit)
from 119f8390a9c775ce97af2cab93643af7e3133994 (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 265af64a73582e6cdfed0fea1c69c618eda369ae
Author: Regina Obe <lr at pcorp.us>
Date: Tue Dec 16 00:02:39 2025 -0500
Change GHA pg14 testing to use GEOS 3.10. GEOS 3.9 is already EOL
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 58a876f08..d8bee82ae 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,7 +24,8 @@ jobs:
- { tag: pg15-geos311-gdal35-proj90, mode: coverage }
- { tag: pg15-clang-geos311-gdal35-proj90, mode: usan_clang }
# - { tag: pg13-geos39-gdal31-proj71, mode: garden }
- - { tag: pg14-geos39-gdal33-proj71, mode: tests }
+ #- { tag: pg14-geos39-gdal33-proj71, mode: tests }
+ - { tag: pg14-geos310-gdal33-proj71, mode: tests }
# - { tag: pg14-clang-geos39-gdal33-proj71, mode: usan_clang }
#- { tag: pg13-geos39-gdal31-proj71, mode: tests }
#- { tag: pg13-geos39-gdal31-proj71, mode: coverage }
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list