Skip to content

Commit a156f67

Browse files
committed
do not test with cockroachdb as it's known to be broken
1 parent 9f5ae87 commit a156f67

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
go-version: ["1.21", "1.22"]
17-
pg-version: [12, 13, 14, 15, 16, cockroachdb]
17+
pg-version: [12, 13, 14, 15, 16]
1818
include:
1919
- pg-version: 12
2020
pgx-test-database: "host=127.0.0.1 user=pgx_md5 password=secret dbname=pgx_test"
@@ -66,8 +66,6 @@ jobs:
6666
pgx-test-tls-conn-string: "host=localhost user=pgx_ssl password=secret sslmode=verify-full sslrootcert=/tmp/ca.pem dbname=pgx_test"
6767
pgx-ssl-password: certpw
6868
pgx-test-tls-client-conn-string: "host=localhost user=pgx_sslcert sslmode=verify-full sslrootcert=/tmp/ca.pem sslcert=/tmp/pgx_sslcert.crt sslkey=/tmp/pgx_sslcert.key dbname=pgx_test"
69-
- pg-version: cockroachdb
70-
pgx-test-database: "postgresql://root@127.0.0.1:26257/pgx_test?sslmode=disable&experimental_enable_temp_tables=on"
7169

7270
steps:
7371
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)