Skip to content

Commit

Permalink
0.55.1 in migration tests (#2368)
Browse files Browse the repository at this point in the history
  • Loading branch information
avishniakov committed Jan 26, 2024
1 parent cdd1452 commit 9f31c6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/test-migrations-mariadb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ docker run --name mariadb -d -p 3306:3306 -e MYSQL_ROOT_PASSWORD=password mariad
sleep $DB_STARTUP_DELAY

# List of versions to test
VERSIONS=("0.54.0" "0.54.1")
VERSIONS=("0.54.0" "0.54.1" "0.55.0" "0.55.1")

# Start completely fresh
rm -rf ~/.config/zenml
Expand Down
2 changes: 1 addition & 1 deletion scripts/test-migrations-mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if [ "$1" == "mysql" ]; then
fi

# List of versions to test
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")
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")

# Start completely fresh
rm -rf ~/.config/zenml
Expand Down

0 comments on commit 9f31c6b

Please sign in to comment.