[postgis-tickets] [SCM] PostGIS branch stable-3.4 updated. 3.4.0-3-g0adf05207

git at osgeo.org git at osgeo.org
Mon Aug 21 19:04:33 PDT 2023


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.4 has been updated
       via  0adf05207b4b1fe13178a90a0f16fe5a473278f8 (commit)
      from  820485b16c46e36aac370a9a24c5efc4470e7781 (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 0adf05207b4b1fe13178a90a0f16fe5a473278f8
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Aug 21 22:02:55 2023 -0400

    GHA CI
    
    Get rid of latest, and replace with
    pg16, gdal 3.7, geos 3.12

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c5dbf6498..00a95afd0 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 }
@@ -27,7 +28,6 @@ jobs:
         - { 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 }
         - { tag: pg13-geos38-gdal31-proj71, mode: tests }
         - { tag: pg12-geos37-gdal30-proj611, mode: tests }
 

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

Summary of changes:
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list