Skip to content

Commit

Permalink
update remaining pgrx ver refs
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice committed Feb 3, 2025
1 parent a622cfa commit 062a52a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion dockerfiles/db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN \
cargo --version

# PGRX
RUN cargo install cargo-pgrx --version 0.12.6 --locked
RUN cargo install cargo-pgrx --version 0.12.9 --locked

RUN cargo pgrx init --pg${PG_MAJOR} $(which pg_config)

Expand Down

0 comments on commit 062a52a

Please sign in to comment.