From be1a8e51bce245b8db973d21ee984d45c16927a2 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Mon, 23 Dec 2019 11:08:04 -0600 Subject: [PATCH] Add PG 12 to Travis test matrix --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 01b3febf..1bc5a8ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ env: matrix: - CRATEVERSION=2.1 PGX_TEST_CRATEDB_CONN_STRING="host=127.0.0.1 port=6543 user=pgx database=pgx_test" + - PGVERSION=12 - PGVERSION=11 - PGVERSION=10 - PGVERSION=9.6