Specify Postgres version for Valgrind [skip ci]

This commit is contained in:
Andrew Kane
2024-02-28 14:16:48 -08:00
parent b36cd22ccc
commit 447ef4d27a

View File

@@ -104,6 +104,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ankane/setup-postgres-valgrind@v1
with:
postgres-version: 16
- run: make
- run: sudo --preserve-env=PG_CONFIG make install
- run: make installcheck