[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.6-25-g53422f81d
git at osgeo.org
git at osgeo.org
Sun Aug 14 10:18:25 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, stable-3.1 has been updated
via 53422f81d885603efaabe6486756401655ab48d8 (commit)
from 91e2ad220d8436b1750e65aabf4201cac59c4b7e (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 53422f81d885603efaabe6486756401655ab48d8
Author: Regina Obe <lr at pcorp.us>
Date: Sun Aug 14 13:18:21 2022 -0400
Replace drone PG 11 build with PG 13
diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 7e4e6f3f0..0910d18b9 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -26,9 +26,9 @@ steps:
commands:
- PGVER=10 sh ci/dronie/postgis_regress.sh
- - name: build-11
+ - name: build-13
image: *test-image
pull: always
commands:
- - PGVER=11 sh ci/dronie/postgis_regress.sh
+ - PGVER=13 sh ci/dronie/postgis_regress.sh
...
-----------------------------------------------------------------------
Summary of changes:
.drone-1.0.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list