mirror of https://github.com/jackc/pgx.git
Reactivate CI for other DB versions
parent
e04b35bfcb
commit
7b31b56de9
|
@ -15,41 +15,40 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.17]
|
go-version: [1.17]
|
||||||
pg-version: [14]
|
pg-version: [10, 11, 12, 13, 14, cockroachdb]
|
||||||
# pg-version: [10, 11, 12, 13, 14, cockroachdb]
|
|
||||||
include:
|
include:
|
||||||
# - pg-version: 10
|
- pg-version: 10
|
||||||
# pgx-test-database: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
pgx-test-database: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||||
# pgx-test-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
pgx-test-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||||
# pgx-test-unix-socket-conn-string: "host=/var/run/postgresql dbname=pgx_test"
|
pgx-test-unix-socket-conn-string: "host=/var/run/postgresql dbname=pgx_test"
|
||||||
# pgx-test-tcp-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
pgx-test-tcp-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||||
# pgx-test-tls-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test?sslmode=require
|
pgx-test-tls-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test?sslmode=require
|
||||||
# pgx-test-md5-password-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
pgx-test-md5-password-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||||
# 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
|
||||||
# - pg-version: 11
|
- pg-version: 11
|
||||||
# pgx-test-database: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
pgx-test-database: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||||
# pgx-test-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
pgx-test-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||||
# pgx-test-unix-socket-conn-string: "host=/var/run/postgresql dbname=pgx_test"
|
pgx-test-unix-socket-conn-string: "host=/var/run/postgresql dbname=pgx_test"
|
||||||
# pgx-test-tcp-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
pgx-test-tcp-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||||
# pgx-test-tls-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test?sslmode=require
|
pgx-test-tls-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test?sslmode=require
|
||||||
# pgx-test-md5-password-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
pgx-test-md5-password-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||||
# 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
|
||||||
# - pg-version: 12
|
- pg-version: 12
|
||||||
# pgx-test-database: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
pgx-test-database: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||||
# pgx-test-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
pgx-test-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||||
# pgx-test-unix-socket-conn-string: "host=/var/run/postgresql dbname=pgx_test"
|
pgx-test-unix-socket-conn-string: "host=/var/run/postgresql dbname=pgx_test"
|
||||||
# pgx-test-tcp-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
pgx-test-tcp-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||||
# pgx-test-tls-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test?sslmode=require
|
pgx-test-tls-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test?sslmode=require
|
||||||
# pgx-test-md5-password-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
pgx-test-md5-password-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||||
# 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
|
||||||
# - pg-version: 13
|
- pg-version: 13
|
||||||
# pgx-test-database: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
pgx-test-database: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||||
# pgx-test-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
pgx-test-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||||
# pgx-test-unix-socket-conn-string: "host=/var/run/postgresql dbname=pgx_test"
|
pgx-test-unix-socket-conn-string: "host=/var/run/postgresql dbname=pgx_test"
|
||||||
# pgx-test-tcp-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
pgx-test-tcp-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||||
# pgx-test-tls-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test?sslmode=require
|
pgx-test-tls-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test?sslmode=require
|
||||||
# pgx-test-md5-password-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
pgx-test-md5-password-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||||
# 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
|
||||||
- pg-version: 14
|
- pg-version: 14
|
||||||
pgx-test-database: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
pgx-test-database: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||||
pgx-test-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
pgx-test-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||||
|
@ -58,9 +57,9 @@ jobs:
|
||||||
pgx-test-tls-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test?sslmode=require
|
pgx-test-tls-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test?sslmode=require
|
||||||
pgx-test-md5-password-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
pgx-test-md5-password-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||||
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
|
||||||
# - pg-version: cockroachdb
|
- pg-version: cockroachdb
|
||||||
# pgx-test-database: "postgresql://root@127.0.0.1:26257/pgx_test?sslmode=disable&experimental_enable_temp_tables=on"
|
pgx-test-database: "postgresql://root@127.0.0.1:26257/pgx_test?sslmode=disable&experimental_enable_temp_tables=on"
|
||||||
# pgx-test-conn-string: "postgresql://root@127.0.0.1:26257/pgx_test?sslmode=disable&experimental_enable_temp_tables=on"
|
pgx-test-conn-string: "postgresql://root@127.0.0.1:26257/pgx_test?sslmode=disable&experimental_enable_temp_tables=on"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue