[postgis-tickets] [SCM] PostGIS branch main updated. 3.1.0rc1-297-g5b4eff4

git at osgeo.org git at osgeo.org
Sun Jul 11 23:05:14 PDT 2021


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, main has been updated
       via  5b4eff458245cb030f76a53ae4ae15c991d31357 (commit)
      from  0c7cd2d089d6b2b2fd9afa042110311297e4e30c (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 5b4eff458245cb030f76a53ae4ae15c991d31357
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Jul 12 02:05:09 2021 -0400

    Change to test pg14 and change the debug for 13 to 14

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5870bc7..ebfe5f8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,9 +17,9 @@ jobs:
         ci:
         # Use the last stable releases to run more tests
         # - { tag: pg13-geos39-gdal31-proj71, mode: garden }
-        - { tag: pg14-geos39-gdal31-proj71, mode: debug }
+        - { tag: pg14-geos39-gdal31-proj71, mode: tests }
         - { tag: pg13-geos39-gdal31-proj71, mode: tests }
-        - { tag: pg13-geos39-gdal31-proj71, mode: debug }
+        - { tag: pg14-geos39-gdal31-proj71, mode: debug }
         - { tag: pg13-geos39-gdal31-proj71, mode: coverage }
         - { tag: pg13-geos39-gdal31-proj71, mode: usan_gcc }
         - { tag: pg13-clang-geos39-gdal31-proj71, mode: usan_clang }

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list