[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-313-g2405b5347
git at osgeo.org
git at osgeo.org
Wed Nov 2 15:11:45 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 2405b53478cd52dd6525fd53ce2da0cd30d817da (commit)
from bcbbaffa2d8eb0d6e24ff2a48f5fe01e16eb5e74 (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 2405b53478cd52dd6525fd53ce2da0cd30d817da
Author: Regina Obe <lr at pcorp.us>
Date: Wed Nov 2 18:11:39 2022 -0400
Change PG16 to not treat warnings as errors. References #5278
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 815486a53..4d5518279 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ 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: coverage }
- { 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