Add 1.4.0 to update test scripts

This commit is contained in:
Sven Klemm 2019-07-17 18:38:01 +02:00 committed by Sven Klemm
parent 6c72de5424
commit f8f5a73fd2
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ if [ $EXIT_CODE -ne 0 ]; then
fi
TAGS="1.3.0-pg10 1.3.1-pg10 1.3.2-pg10"
TAGS="1.3.0-pg10 1.3.1-pg10 1.3.2-pg10 1.4.0-pg10"
TEST_VERSION="v3"
TAGS=$TAGS TEST_VERSION=$TEST_VERSION bash ${SCRIPT_DIR}/test_updates.sh

View File

@ -21,7 +21,7 @@ if [ $EXIT_CODE -ne 0 ]; then
exit $EXIT_CODE
fi
TAGS="1.3.0-pg9.6 1.3.1-pg9.6 1.3.2-pg9.6"
TAGS="1.3.0-pg9.6 1.3.1-pg9.6 1.3.2-pg9.6 1.4.0-pg9.6"
TEST_VERSION="v3"
TAGS=$TAGS TEST_VERSION=$TEST_VERSION bash ${SCRIPT_DIR}/test_updates.sh