From 95498282bb41eba1c2aaccde1956db481872de89 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Mon, 31 Oct 2022 22:10:37 -0500 Subject: [PATCH] more ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 379d3766..cb850308 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"