mirror of https://github.com/jackc/pgx.git
Test Go 1.22 and drop Go 1.20 from testing on CI
parent
7fd6f2a4f5
commit
c1fce377ee
|
@ -13,7 +13,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: ["1.20", "1.21"]
|
||||
go-version: ["1.21", "1.22"]
|
||||
pg-version: [12, 13, 14, 15, 16, cockroachdb]
|
||||
include:
|
||||
- pg-version: 12
|
||||
|
@ -125,7 +125,7 @@ jobs:
|
|||
runs-on: windows-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: ["1.20", "1.21"]
|
||||
go-version: ["1.21", "1.22"]
|
||||
|
||||
steps:
|
||||
- name: Setup PostgreSQL
|
||||
|
|
Loading…
Reference in New Issue