[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0alpha1-97-g0bc5aa541

git at osgeo.org git at osgeo.org
Sat Jun 25 21:14:07 PDT 2022


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  0bc5aa5414cb33357f1e721913b490eb93be8c18 (commit)
      from  76a92a5fd0fd1bf801f51b4b2860062a7d8b3a9e (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 0bc5aa5414cb33357f1e721913b490eb93be8c18
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Jun 26 00:13:58 2022 -0400

    Try to test not latest proj, but latest GDAL

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8be054bcc..3e1724c43 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,8 @@ 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: latest, mode: tests }
+        - { tag: pgmaster-geosmain-gdalmaster-proj90, mode: tests }
         - { 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