From: MasaoFujii Date: Tue, 31 Jan 2023 01:53:37 +0000 (+0900) Subject: Update .travis.yml to ask Travis CI to build and test on PostgreSQL 15. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=451c869c576ea1cdc1cd5e408048ad38ae3af8a2;p=pgbigm%2Fpg_bigm.git 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 --- 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