Skip to content

Commit 4cdbe48

Browse files
Add versions for DB migration testing (#2486)
* add version for testing db * Auto-update of Starter template * Auto-update of NLP template --------- Co-authored-by: GitHub Actions <[email protected]>
1 parent 0b340a0 commit 4cdbe48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/test-migrations-mariadb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ docker run --name mariadb -d -p 3306:3306 -e MYSQL_ROOT_PASSWORD=password mariad
4343
sleep $DB_STARTUP_DELAY
4444

4545
# List of versions to test
46-
VERSIONS=("0.54.0" "0.54.1" "0.55.0" "0.55.1" "0.55.2" "0.55.3")
46+
VERSIONS=("0.54.0" "0.54.1" "0.55.0" "0.55.1" "0.55.2" "0.55.3" "0.55.4")
4747

4848
# Start completely fresh
4949
rm -rf ~/.config/zenml

scripts/test-migrations-mysql.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if [ "$1" == "mysql" ]; then
6161
fi
6262

6363
# List of versions to test
64-
VERSIONS=("0.40.0" "0.40.3" "0.41.0" "0.43.0" "0.44.1" "0.44.3" "0.45.2" "0.45.3" "0.45.4" "0.45.5" "0.45.6" "0.46.0" "0.47.0" "0.50.0" "0.51.0" "0.52.0" "0.53.0" "0.53.1" "0.54.0" "0.54.1" "0.55.0" "0.55.1" "0.55.2" "0.55.3")
64+
VERSIONS=("0.40.0" "0.40.3" "0.41.0" "0.43.0" "0.44.1" "0.44.3" "0.45.2" "0.45.3" "0.45.4" "0.45.5" "0.45.6" "0.46.0" "0.47.0" "0.50.0" "0.51.0" "0.52.0" "0.53.0" "0.53.1" "0.54.0" "0.54.1" "0.55.0" "0.55.1" "0.55.2" "0.55.3" "0.55.4")
6565

6666
# Start completely fresh
6767
rm -rf ~/.config/zenml

0 commit comments

Comments
 (0)