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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user