Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docker/ci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ EOF
if [ $OS_VERSION -ge 12 ]; then
export TSDB_PG_VERSIONS="13 14 15 16 17"
fi
if [ "$OS_VERSION" = "24.04" ]; then
export PG_VERSIONS="14 15 16 17"
export TSDB_PG_VERSIONS="14 15 16 17"
fi

# Image comes in with no package lists so we have to start with this.
apt-get -qq update
Expand Down