From d339e1748e964a2164fd26afa80db91f477574b9 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sun, 1 Aug 2021 12:07:15 -0700 Subject: [PATCH] Updated Ruby 3.0 test to 3.0.2. --- ruby/travis-test.sh | 2 +- tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby/travis-test.sh b/ruby/travis-test.sh index faf0f9d0c7..8980395f78 100755 --- a/ruby/travis-test.sh +++ b/ruby/travis-test.sh @@ -18,7 +18,7 @@ test_version() { rake gc_test && cd ../conformance && make test_jruby && cd ../ruby/compatibility_tests/v3.0.0 && ./test.sh" - elif [ "$version" == "ruby-2.6.0" -o "$version" == "ruby-2.7.0" -o "$version" == "ruby-3.0.0" ] ; then + elif [ "$version" == "ruby-2.6.0" -o "$version" == "ruby-2.7.0" -o "$version" == "ruby-3.0.2" ] ; then bash --login -c \ "rvm install $version && rvm use $version && \ which ruby && \ diff --git a/tests.sh b/tests.sh index f633881af8..04d49c6ea1 100755 --- a/tests.sh +++ b/tests.sh @@ -438,7 +438,7 @@ build_ruby27() { } build_ruby30() { internal_build_cpp # For conformance tests. - cd ruby && bash travis-test.sh ruby-3.0.0 && cd .. + cd ruby && bash travis-test.sh ruby-3.0.2 && cd .. } build_jruby() {