We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd12d4 commit dd32872Copy full SHA for dd32872
1 file changed
do
@@ -4,13 +4,13 @@ set -eux
4
5
export PGDATABASE=postgres
6
7
-for PGVERSION in ${*:-10 11 12 9.6 9.5}; do
+for PGVERSION in ${*:-14 13 12 11 10 9.6 9.5}; do
8
echo
9
echo "### $PGVERSION ###"
10
PG_CONFIG=/usr/lib/postgresql/$PGVERSION/bin/pg_config
11
export PGCLUSTER="$PGVERSION/main"
12
export PGPORT="54${PGVERSION/./}"
13
- [ "$PGVERSION" = "11" ] && unset PGPORT # default version
+ [ "$PGVERSION" = "14" ] && unset PGPORT # default version
14
15
make clean
16
make PG_CONFIG=$PG_CONFIG PROFILE="-Werror"
0 commit comments