Skip to content

Commit 16af667

Browse files
committed
upgrade test pg to 18
1 parent 7955d37 commit 16af667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/src/pg.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ pub mod test {
100100
format!("be_test_{}", random_str.to_lowercase())
101101
}
102102

103-
const PG_VERSION: &str = "17.2.0";
103+
const PG_VERSION: &str = "18.1.0";
104104

105105
fn pg_install_dir() -> String {
106106
format!("postgresql-{}-{}", PG_VERSION, target_triple::TARGET)

0 commit comments

Comments
 (0)