Skip to content

Commit 4d556f4

Browse files
committed
ci: only install postgres 17 since that's what's used for testing
Signed-off-by: Richard Zak <richard.j.zak@gmail.com>
1 parent 8820bb3 commit 4d556f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sudo apt-get update
3434
sudo apt-get install -y bison build-essential clang flex libreadline-dev libxml2-dev libxslt-dev libssl-dev pkg-config xsltproc zlib1g-dev
3535
cargo install cargo-pgrx --version 0.19.1 --locked
36-
cargo pgrx init
36+
cargo pgrx init --pg17=download
3737
3838
- name: Test
3939
run: cargo pgrx test

0 commit comments

Comments
 (0)