mirror of
https://github.com/jackc/pgx.git
synced 2025-04-27 13:14:32 +00:00
Update supported Go versions and add 1.20 to CI
This commit is contained in:
parent
32c29a6edd
commit
98543e0354
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.19]
|
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
|
||||||
|
@ -88,7 +88,7 @@ See CONTRIBUTING.md for setup instructions.
|
|||||||
|
|
||||||
## Supported Go and PostgreSQL Versions
|
## Supported Go and PostgreSQL Versions
|
||||||
|
|
||||||
pgx supports the same versions of Go and PostgreSQL that are supported by their respective teams. For [Go](https://golang.org/doc/devel/release.html#policy) that is the two most recent major releases and for [PostgreSQL](https://www.postgresql.org/support/versioning/) the major releases in the last 5 years. This means pgx supports Go 1.18 and higher and PostgreSQL 11 and higher. pgx also is tested against the latest version of [CockroachDB](https://www.cockroachlabs.com/product/).
|
pgx supports the same versions of Go and PostgreSQL that are supported by their respective teams. For [Go](https://golang.org/doc/devel/release.html#policy) that is the two most recent major releases and for [PostgreSQL](https://www.postgresql.org/support/versioning/) the major releases in the last 5 years. This means pgx supports Go 1.19 and higher and PostgreSQL 11 and higher. pgx also is tested against the latest version of [CockroachDB](https://www.cockroachlabs.com/product/).
|
||||||
|
|
||||||
## Version Policy
|
## Version Policy
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user