From 066908d4f823e0e01fe688574d5a146241b8a8d5 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 11 Dec 2021 14:15:22 -0600 Subject: [PATCH] Temporarily remove all PG versions but 14 from CI Same issue as previous commit removing CockroachDB. numeric type only supports infinity on PG 14 and there is no easy way in the current test structure to skip tests based on server version. --- .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 bda3789b..c2a67cf6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: go-version: [1.17] - pg-version: [10, 11, 12, 13, 14] + pg-version: [14] # pg-version: [10, 11, 12, 13, 14, cockroachdb] include: - pg-version: 10