mirror of https://github.com/jackc/pgx.git
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
parent
5fbf907471
commit
066908d4f8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue