diff --git a/scripts/test-migrations.sh b/scripts/test-migrations.sh index 3dee08b2f2f..314e036583c 100755 --- a/scripts/test-migrations.sh +++ b/scripts/test-migrations.sh @@ -32,7 +32,7 @@ function run_tests_for_version() { } # 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.47.0") +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") for VERSION in "${VERSIONS[@]}" do