pin PostgreSQL server development package version to 17 (#8286)

DESCRIPTION: pin PostgreSQL server development package version to 17
rather than full dev package which now pulls in 18 and Citus does not
yet support pg18
pull/8297/head
ibrahim halatci 2025-10-21 11:32:32 +03:00 committed by GitHub
parent bf959de39e
commit 5fc4cea1ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -60,8 +60,7 @@ jobs:
libzstd-dev \ libzstd-dev \
libzstd1 \ libzstd1 \
lintian \ lintian \
postgresql-server-dev-15 \ postgresql-server-dev-17 \
postgresql-server-dev-all \
python3-pip \ python3-pip \
python3-setuptools \ python3-setuptools \
wget \ wget \