From 270b88e30e730450e869680d51b1e2b2726cbfd4 Mon Sep 17 00:00:00 2001 From: Michael Schuster Date: Tue, 16 Jul 2024 16:29:52 +0200 Subject: [PATCH] Migration testing for 0.62.0 --- scripts/test-migrations.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-migrations.sh b/scripts/test-migrations.sh index c0a4e839404..360433ac895 100755 --- a/scripts/test-migrations.sh +++ b/scripts/test-migrations.sh @@ -23,7 +23,7 @@ else 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" "0.55.0" "0.55.1" "0.55.2" "0.55.3" "0.55.4" "0.55.5" "0.56.2" "0.56.3" "0.56.4" "0.57.0" "0.57.1" "0.58.0" "0.58.1" "0.58.2" "0.60.0" "0.61.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" "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" "0.55.5" "0.56.2" "0.56.3" "0.56.4" "0.57.0" "0.57.1" "0.58.0" "0.58.1" "0.58.2" "0.60.0" "0.61.0" "0.62.0") # Function to compare semantic versions function version_compare() {