[SCM] PostGIS branch master updated. 3.5.0alpha2-2-ga5b601e79
git at osgeo.org
git at osgeo.org
Sat Jul 6 12:23:03 PDT 2024
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 a5b601e79bb30c3bbd23cae5fa4311d674301aff (commit)
from 6c3fd498a8d765a2e28921df7012ac35d6d3339b (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 a5b601e79bb30c3bbd23cae5fa4311d674301aff
Author: Regina Obe <lr at pcorp.us>
Date: Sat Jul 6 15:22:56 2024 -0400
Enable PG17 stable branch testing in GHA. Turn of one 13
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4df0f2134..46c657a39 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
matrix:
ci:
# Use the last stable releases to run more tests
+ - { tag: pg17-geosmain-gdal39-proj921, mode: coverage }
- { tag: pg16-geos312-gdal37-proj921, mode: coverage }
- { tag: pg15-geos311-gdal35-proj90, mode: coverage }
- { tag: pg15-clang-geos311-gdal35-proj90, mode: usan_clang }
@@ -25,7 +26,7 @@ jobs:
# - { tag: pg14-clang-geos39-gdal33-proj71, mode: usan_clang }
#- { tag: pg13-geos39-gdal31-proj71, mode: tests }
#- { tag: pg13-geos39-gdal31-proj71, mode: coverage }
- - { tag: pg13-geos39-gdal31-proj71, mode: usan_gcc }
+ #- { tag: pg13-geos39-gdal31-proj71, mode: usan_gcc }
- { tag: pg13-clang-geos39-gdal31-proj71, mode: usan_clang }
# Run tests with different dependency combinations
- { tag: latest, mode: tests }
-----------------------------------------------------------------------
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