diff --git a/testing/trino-test-jdbc-compatibility-old-driver/bin/run_tests.sh b/testing/trino-test-jdbc-compatibility-old-driver/bin/run_tests.sh index 16fb6feca5c6..264ff9a62f6e 100755 --- a/testing/trino-test-jdbc-compatibility-old-driver/bin/run_tests.sh +++ b/testing/trino-test-jdbc-compatibility-old-driver/bin/run_tests.sh @@ -12,7 +12,7 @@ current_version=$(${maven} help:evaluate -Dexpression=project.version -q -Dforce previous_released_version=$((${current_version%-SNAPSHOT}-1)) first_tested_version=352 # test n-th version only -version_step=5 +version_step=7 echo "Current version: ${current_version}"