We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819274b commit faed933Copy full SHA for faed933
.kokoro/system_tests.sh
@@ -6,7 +6,7 @@ set -e -u
6
if [[ $KOKORO_RUBY_VERSION == "newest" ]]; then
7
rbenv global "$NEWEST_RUBY_VERSION"
8
else
9
- rbenv global "$RUBY_32_VERSION"
+ rbenv global "$OLDEST_RUBY_VERSION"
10
fi
11
ruby --version
12
0 commit comments