We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc1e37 commit e4ca36eCopy full SHA for e4ca36e
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
package_name:
41
- pg-graphql
42
pgrx_version:
43
- - 0.8.3
+ - 0.9.5
44
postgres: [14, 15]
45
box:
46
- { runner: ubuntu-20.04, arch: amd64 }
dockerfiles/db/Dockerfile
@@ -27,7 +27,7 @@ RUN \
27
cargo --version
28
29
# PGX
30
-RUN cargo install cargo-pgrx --version 0.8.3 --locked
+RUN cargo install cargo-pgrx --version 0.9.5 --locked
31
32
RUN cargo pgrx init --pg15 $(which pg_config)
33
0 commit comments