timescaledb/scripts/test_updates_pg14.sh
Alexander Kuzmenkov f29340281e Post release 2.6.0
2022-02-18 14:18:27 +03:00

14 lines
262 B
Bash
Executable File

#!/usr/bin/env bash
set -e
SCRIPT_DIR=$(dirname $0)
# shellcheck source=scripts/test_functions.inc
source ${SCRIPT_DIR}/test_functions.inc
run_tests -v7 \
2.5.0-pg14 2.5.1-pg14
run_tests -v8 \
2.5.0-pg14 2.5.1-pg14 2.5.2-pg14 2.6.0-pg14