Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

rustup component add llvm-tools-preview
cargo install cargo-llvm-cov
cargo install cargo-pgrx --version 0.12.9 --locked
cargo install cargo-pgrx --version 0.16.0 --locked
cargo pgrx init --pg16=/usr/lib/postgresql/16/bin/pg_config

sudo chmod a+rw /usr/share/postgresql/16/extension
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
package_name:
- pg-graphql
pgrx_version:
- 0.12.9
- 0.16.0
postgres: [14, 15, 16, 17]
box:
- { runner: ubuntu-latest, arch: amd64 }
Expand Down
Loading
Loading