[SCM] PostGIS branch stable-3.3 updated. 3.3.6-10-gb55341692

git at osgeo.org git at osgeo.org
Tue Mar 12 09:36:45 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, stable-3.3 has been updated
       via  b55341692e09aefd6210249cfc43ad1cc4a86d4d (commit)
      from  1787c2d80e5e1e38acf0d81e6f7f319a94524c5a (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 b55341692e09aefd6210249cfc43ad1cc4a86d4d
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Mar 12 12:36:40 2024 -0400

    Take out latest testing (which is PG17) and replace with PG16 testing

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 77d0ee04d..9948f2c57 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: pg16-geos312-gdal37-proj921, mode: coverage }
         - { tag: pg15-geos311-gdal35-proj90, mode: coverage }
         - { tag: pg15-clang-geos311-gdal35-proj90, mode: usan_clang }
         # - { tag: pg13-geos39-gdal31-proj71, mode: garden }
@@ -28,7 +29,7 @@ jobs:
         - { tag: pg13-clang-geos39-gdal31-proj71, mode: usan_clang }
         # Run tests with different dependency combinations
         # - { tag: latest, mode: tests }
-        - { tag: latest, mode: coverage }
+        #- { tag: latest, mode: coverage }
         - { tag: pg13-geos38-gdal31-proj71, mode: tests }
         - { tag: pg12-geos37-gdal30-proj611, mode: tests }
         - { tag: pg11-geos37-gdal24-proj52, 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