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.
query-exec-mode
Jack Christensen 2021-12-11 14:15:22 -06:00
parent 5fbf907471
commit 066908d4f8
1 changed files with 1 additions and 1 deletions

View File

@ -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