Skip to content

Commit

Permalink
Merge pull request #575 from supabase/or/update-pgrx-0.12.9
Browse files Browse the repository at this point in the history
Update pgrx for dependabot alert
  • Loading branch information
olirice authored Feb 3, 2025
2 parents 35e1440 + 26a6bf6 commit 08f725b
Show file tree
Hide file tree
Showing 9 changed files with 790 additions and 490 deletions.
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.6 --locked
cargo install cargo-pgrx --version 0.12.9 --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 @@ -40,7 +40,7 @@ jobs:
package_name:
- pg-graphql
pgrx_version:
- 0.12.6
- 0.12.9
postgres: [14, 15, 16, 17]
box:
- { runner: ubuntu-20.04, arch: amd64 }
Expand Down
Loading

0 comments on commit 08f725b

Please sign in to comment.