[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.7-4-g4f3aec70c

git at osgeo.org git at osgeo.org
Sat Sep 24 08:00:35 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  4f3aec70c3a26546ff97e7508b5ea024b7d7943f (commit)
      from  cc01f72874bfc5af375f9d3adc553395cdbbc7a8 (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 4f3aec70c3a26546ff97e7508b5ea024b7d7943f
Author: Sandro Santilli <strk at kbt.io>
Date:   Sat Sep 24 16:59:40 2022 +0200

    [dronie] Test against PostgreSQL 13 instead of 12
    
    According to build matrix 3.0 supports up to PG13
    https://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS

diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 44d3984aa..52e04cf11 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -21,9 +21,9 @@ steps:
     commands:
       - PGVER=10 sh ci/dronie/postgis_regress.sh
 
-  - name: build-12
+  - name: build-13
     image: *test-image
     pull: always
     commands:
-      - PGVER=12 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