mirror of https://github.com/jackc/pgx.git
CI fix: Go versions are strings
Otherwise Go 1.20 was being treated as Go 1.2.pull/1490/head
parent
c875abea84
commit
190c05cc24
|
@ -17,7 +17,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.19, 1.20]
|
go-version: ["1.19", "1.20"]
|
||||||
pg-version: [11, 12, 13, 14, 15, cockroachdb]
|
pg-version: [11, 12, 13, 14, 15, cockroachdb]
|
||||||
include:
|
include:
|
||||||
- pg-version: 11
|
- pg-version: 11
|
||||||
|
|
Loading…
Reference in New Issue