From 3e503b7b1a3beb8466a0ef126b87c209c5dc91e6 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 21 Dec 2019 14:41:09 -0600 Subject: [PATCH] Add PostgreSQL 11 and 12 to the Travis build matrix --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c1688000..87a0c058 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,8 @@ env: - PGX_TEST_PLAIN_PASSWORD_CONN_STRING=postgres://pgx_pw:secret@127.0.0.1/pgx_test matrix: - CRATEVERSION=2.1 PGX_TEST_CRATEDB_CONN_STRING="host=127.0.0.1 port=6543 user=pgx dbname=pgx_test" + - PGVERSION=12 + - PGVERSION=11 - PGVERSION=10 - PGVERSION=9.6 - PGVERSION=9.5