This commit is contained in:
Jack Christensen 2022-10-31 22:10:37 -05:00
parent 6e77e0a09d
commit 95498282bb

View File

@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
go-version: [1.18]
pg-version: [10, 11, 12, 13, 14]
pg-version: [10, 11, 12, 13, 14, cockroachdb]
include:
- pg-version: 10
pgx-test-database: "host=127.0.0.1 user=pgx_md5 password=secret dbname=pgx_test"