Skip to content

Commit f8a8eff

Browse files
committed
use pg16
1 parent 4ce9241 commit f8a8eff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/coverage.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
strace \
4545
libssl-dev \
4646
pkg-config \
47-
postgresql-15 \
48-
postgresql-server-dev-15
49-
sudo chmod a+rwx `/usr/lib/postgresql/15/bin/pg_config --pkglibdir` `/usr/lib/postgresql/15/bin/pg_config --sharedir`/extension /var/run/postgresql/
47+
postgresql-16 \
48+
postgresql-server-dev-16
49+
sudo chmod a+rwx `/usr/lib/postgresql/16/bin/pg_config --pkglibdir` `/usr/lib/postgresql/16/bin/pg_config --sharedir`/extension /var/run/postgresql/
5050
5151
- run: cargo install cargo-pgrx --version 0.12.6
52-
- run: cargo pgrx init --pg15 /usr/lib/postgresql/15/bin/pg_config
52+
- run: cargo pgrx init --pg16 /usr/lib/postgresql/16/bin/pg_config
5353

5454
- name: Generate code coverage
5555
id: coverage

0 commit comments

Comments
 (0)