From 451c869c576ea1cdc1cd5e408048ad38ae3af8a2 Mon Sep 17 00:00:00 2001 From: MasaoFujii Date: Tue, 31 Jan 2023 10:53:37 +0900 Subject: [PATCH] Update .travis.yml to ask Travis CI to build and test on PostgreSQL 15. Back-patch to v1.2. Author: Shinya Kato Discussion: https://osdn.net/projects/pgbigm/lists/archive/hackers/2023-January/000363.html --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index df36f79..6e6e817 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- 2.11.0