Skip to content

Commit

Permalink
Revert "debug - update oldest to 3.2"
Browse files Browse the repository at this point in the history
This reverts commit 819274b.
  • Loading branch information
glasnt committed Jan 28, 2025
1 parent 819274b commit faed933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/system_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e -u
if [[ $KOKORO_RUBY_VERSION == "newest" ]]; then
rbenv global "$NEWEST_RUBY_VERSION"
else
rbenv global "$RUBY_32_VERSION"
rbenv global "$OLDEST_RUBY_VERSION"
fi
ruby --version

Expand Down

0 comments on commit faed933

Please sign in to comment.