Skip to content

Commit d79be8d

Browse files
authored
Merge pull request #552 from neondatabase/pg-17-support
Bumps pgrx to support PG17
2 parents 814057f + 0b886fa commit d79be8d

File tree

6 files changed

+221
-168
lines changed

6 files changed

+221
-168
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
package_name:
4141
- pg-graphql
4242
pgrx_version:
43-
- 0.11.3
44-
postgres: [14, 15, 16]
43+
- 0.12.4
44+
postgres: [14, 15, 16, 17]
4545
box:
4646
- { runner: ubuntu-20.04, arch: amd64 }
4747
- { runner: arm-runner, arch: arm64 }

0 commit comments

Comments
 (0)