[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.6-24-g03c2128af

git at osgeo.org git at osgeo.org
Sun Aug 14 10:12:06 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.0 has been updated
       via  03c2128af64985ff75b23e601e7f3433a3217d8b (commit)
      from  2c3d513c28d24b9677d9984363ffcb1a222e78b4 (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 03c2128af64985ff75b23e601e7f3433a3217d8b
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 14 13:12:01 2022 -0400

    Replace testing 9.6 with 12

diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 881d0664a..44d3984aa 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -15,15 +15,15 @@ name: build
 clone: *clone
 steps:
 
-  - name: build-9.6
+  - name: build-10
     image: *test-image
     pull: always
     commands:
-      - PGVER=9.6 sh ci/dronie/postgis_regress.sh
+      - PGVER=10 sh ci/dronie/postgis_regress.sh
 
-  - name: build-10
+  - name: build-12
     image: *test-image
     pull: always
     commands:
-      - PGVER=10 sh ci/dronie/postgis_regress.sh
+      - PGVER=12 sh ci/dronie/postgis_regress.sh
 ...

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

Summary of changes:
 .drone-1.0.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list