Skip to content

Commit c8a38d5

Browse files
authored
Merge pull request #603 from supabase/rs/bumpg-pgrx
chore: bump pgrx version to 0.16.0
2 parents 01fddc2 + fb9c25b commit c8a38d5

File tree

10 files changed

+244
-244
lines changed

10 files changed

+244
-244
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
rustup component add llvm-tools-preview
4545
cargo install cargo-llvm-cov
46-
cargo install cargo-pgrx --version 0.12.9 --locked
46+
cargo install cargo-pgrx --version 0.16.0 --locked
4747
cargo pgrx init --pg16=/usr/lib/postgresql/16/bin/pg_config
4848
4949
sudo chmod a+rw /usr/share/postgresql/16/extension

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
package_name:
4444
- pg-graphql
4545
pgrx_version:
46-
- 0.12.9
46+
- 0.16.0
4747
postgres: [14, 15, 16, 17]
4848
box:
4949
- { runner: ubuntu-latest, arch: amd64 }

0 commit comments

Comments
 (0)