Add PostgreSQL 11 and 12 to the Travis build matrix

query-exec-mode
Jack Christensen 2019-12-21 14:41:09 -06:00
parent 5fc867a833
commit 3e503b7b1a
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ env:
- PGX_TEST_PLAIN_PASSWORD_CONN_STRING=postgres://pgx_pw:secret@127.0.0.1/pgx_test - PGX_TEST_PLAIN_PASSWORD_CONN_STRING=postgres://pgx_pw:secret@127.0.0.1/pgx_test
matrix: matrix:
- CRATEVERSION=2.1 PGX_TEST_CRATEDB_CONN_STRING="host=127.0.0.1 port=6543 user=pgx dbname=pgx_test" - 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=10
- PGVERSION=9.6 - PGVERSION=9.6
- PGVERSION=9.5 - PGVERSION=9.5