Skip to content

Commit dd32872

Browse files
committed
Bump default PG version to 14
1 parent 5fd12d4 commit dd32872

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

do

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ set -eux
44

55
export PGDATABASE=postgres
66

7-
for PGVERSION in ${*:-10 11 12 9.6 9.5}; do
7+
for PGVERSION in ${*:-14 13 12 11 10 9.6 9.5}; do
88
echo
99
echo "### $PGVERSION ###"
1010
PG_CONFIG=/usr/lib/postgresql/$PGVERSION/bin/pg_config
1111
export PGCLUSTER="$PGVERSION/main"
1212
export PGPORT="54${PGVERSION/./}"
13-
[ "$PGVERSION" = "11" ] && unset PGPORT # default version
13+
[ "$PGVERSION" = "14" ] && unset PGPORT # default version
1414

1515
make clean
1616
make PG_CONFIG=$PG_CONFIG PROFILE="-Werror"

0 commit comments

Comments
 (0)