From faed9333b1567a341136dc1b0ddcf7c58386f3cd Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Tue, 28 Jan 2025 17:25:11 +0100 Subject: [PATCH] Revert "debug - update oldest to 3.2" This reverts commit 819274bd895d02d11c656e06b9cdccca77962c2a. --- .kokoro/system_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/system_tests.sh b/.kokoro/system_tests.sh index 728efeb1e..37d491ef4 100755 --- a/.kokoro/system_tests.sh +++ b/.kokoro/system_tests.sh @@ -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