Skip to content

Commit

Permalink
Updated Ruby 3.0 test to 3.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
haberman committed Aug 1, 2021
1 parent 2538273 commit d339e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ruby/travis-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit d339e17

Please sign in to comment.