mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 19:13:16 +08:00
Update version numbers and add 2.4.2 to update tests. We have to put the DROP FUNCTION back in latest-dev because 2.4.2 did not include the commit which removed the function definitions.
12 lines
233 B
Bash
Executable File
12 lines
233 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
SCRIPT_DIR=$(dirname $0)
|
|
|
|
source ${SCRIPT_DIR}/test_functions.inc
|
|
|
|
run_tests -v7 \
|
|
2.1.0-pg13 2.1.1-pg13 2.2.0-pg13 2.2.1-pg13 2.3.0-pg13 2.3.1-pg13 \
|
|
2.4.0-pg13 2.4.1-pg13 2.4.2-pg13
|