Skip to content

Commit

Permalink
fix: change pgrx version in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
burmecia committed Jun 26, 2023
1 parent e989ff1 commit eb5bbf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
extension_name:
- wrappers
pgrx_version:
- 0.8.3
- 0.9.6
postgres: [14, 15]
features:
- "bigquery_fdw,clickhouse_fdw,stripe_fdw,firebase_fdw,s3_fdw"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_wrappers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
postgresql-server-dev-15
sudo chmod a+rwx `/usr/lib/postgresql/15/bin/pg_config --pkglibdir` `/usr/lib/postgresql/15/bin/pg_config --sharedir`/extension /var/run/postgresql/
- run: cargo install cargo-pgrx --version 0.8.3
- run: cargo install cargo-pgrx --version 0.9.6
- run: cargo pgrx init --pg15 /usr/lib/postgresql/15/bin/pg_config
- run: cd wrappers && cargo pgrx test --features all_fdws,pg15
2 changes: 1 addition & 1 deletion supabase-wrappers/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
//! ...
//!
//! [dependencies]
//! pgrx = "=0.8.3"
//! pgrx = "=0.9.6"
//! supabase-wrappers = "0.1"
//! ```
//!
Expand Down

0 comments on commit eb5bbf8

Please sign in to comment.