Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove loop of testing against older versions #615

Merged
merged 13 commits into from Jun 24, 2020
2 changes: 1 addition & 1 deletion script/cibuild
Expand Up @@ -6,7 +6,7 @@ set -e
# place with this version at the beginning of each test and many commands have
# conditional logic based on the remote version. Running the suite against
# different major versions ensures we're covering these conditional paths.
REMOTE_VERSIONS="2.18.0 2.20.0"
REMOTE_VERSIONS="2.18.0 2.19.0 2.20.0"
cainejette marked this conversation as resolved.
Show resolved Hide resolved

# Enable verbose logging of ssh commands
export GHE_VERBOSE_SSH=true
Expand Down