OSDN Git Service

Update .travis.yml to ask Travis CI to build and test on PostgreSQL 15.
authorMasaoFujii <masao.fujii@gmail.com>
Tue, 31 Jan 2023 01:53:37 +0000 (10:53 +0900)
committerMasaoFujii <masao.fujii@gmail.com>
Tue, 31 Jan 2023 01:55:16 +0000 (10:55 +0900)
Back-patch to v1.2.

Author: Shinya Kato
Discussion: https://osdn.net/projects/pgbigm/lists/archive/hackers/2023-January/000363.html

.travis.yml

index df36f79..6e6e817 100644 (file)
@@ -5,6 +5,7 @@ compiler: gcc
 env:
    matrix:
       - PGBRANCH=master
+      - PGBRANCH=REL_15_STABLE
       - PGBRANCH=REL_14_STABLE
       - PGBRANCH=REL_13_STABLE
       - PGBRANCH=REL_12_STABLE