Skip to content

Commit faed933

Browse files
committed
Revert "debug - update oldest to 3.2"
This reverts commit 819274b.
1 parent 819274b commit faed933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/system_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e -u
66
if [[ $KOKORO_RUBY_VERSION == "newest" ]]; then
77
rbenv global "$NEWEST_RUBY_VERSION"
88
else
9-
rbenv global "$RUBY_32_VERSION"
9+
rbenv global "$OLDEST_RUBY_VERSION"
1010
fi
1111
ruby --version
1212

0 commit comments

Comments
 (0)