Skip to content

Commit a05a7f4

Browse files
committed
bump pgrx version to 0.16.0
1 parent 01fddc2 commit a05a7f4

File tree

9 files changed

+243
-243
lines changed

9 files changed

+243
-243
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)