Skip to content

Commit

Permalink
Add Postgres 16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Sep 25, 2023
1 parent 5deaa1b commit d20663d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: [14, 15]
postgres: [14, 15, 16]
runner:
- ubuntu-22.04
- buildjet-8vcpu-ubuntu-2204-arm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: [14, 15]
postgres: [14, 15, 16]
box:
- runner: ubuntu-22.04
arch: amd64
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pg12 = ["pgrx-tests/pg12", "pgrx/pg12"]
pg13 = ["pgrx-tests/pg13", "pgrx/pg13"]
pg14 = ["pgrx-tests/pg14", "pgrx/pg14"]
pg15 = ["pgrx-tests/pg15", "pgrx/pg15"]
pg16 = ["pgrx-tests/pg16", "pgrx/pg16"]
pg_test = []

[dependencies]
Expand Down

0 comments on commit d20663d

Please sign in to comment.