Skip to content

Commit e4ca36e

Browse files
committed
bump pgrx version in ci and docker
1 parent 3bc1e37 commit e4ca36e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
package_name:
4141
- pg-graphql
4242
pgrx_version:
43-
- 0.8.3
43+
- 0.9.5
4444
postgres: [14, 15]
4545
box:
4646
- { runner: ubuntu-20.04, arch: amd64 }

dockerfiles/db/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN \
2727
cargo --version
2828

2929
# PGX
30-
RUN cargo install cargo-pgrx --version 0.8.3 --locked
30+
RUN cargo install cargo-pgrx --version 0.9.5 --locked
3131

3232
RUN cargo pgrx init --pg15 $(which pg_config)
3333

0 commit comments

Comments
 (0)