[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0beta1-17-gafeaf233e

git at osgeo.org git at osgeo.org
Fri Jul 8 20:00:02 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  afeaf233e28483768c79243b9345cc33ef625532 (commit)
      from  0a0e35f8fdd4111fda2fa728960767bda0b9f848 (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 afeaf233e28483768c79243b9345cc33ef625532
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jul 8 22:59:46 2022 -0400

    Remove latest as pg master has now flipped to PG 16.  Replace with pg15.  Also remove pg13 coverage, now replaced with a pg15 coverage

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5abf48302..455204ae8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,16 +17,17 @@ jobs:
       matrix:
         ci:
         # Use the last stable releases to run more tests
+        - { tag: pg15-geos311-gdal35-proj90, mode: coverage }
+        - { tag: pg15-clang-geos311-gdal35-proj90, mode: usan_clang }
         # - { tag: pg13-geos39-gdal31-proj71, mode: garden }
         - { tag: pg14-geos39-gdal33-proj71, mode: tests }
         - { tag: pg14-clang-geosmain-gdal34-proj71, mode: usan_clang }
         #- { tag: pg13-geos39-gdal31-proj71, mode: tests }
-        - { tag: pg13-geos39-gdal31-proj71, mode: coverage }
+        #- { tag: pg13-geos39-gdal31-proj71, mode: coverage }
         - { 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: pgmaster-geosmain-gdalmaster-proj90, mode: tests }
+        # - { tag: latest, 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 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list