Skip to content

Commit

Permalink
Use ruby 3.0 since 2.7 has been removed from ruby/stable.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Mar 7, 2024
1 parent 910a7e1 commit ecd2ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ruby-install-tests/init_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function oneTimeSetUp()
function setUp()
{
ruby="ruby"
ruby_version="2.7"
ruby_version="3.0"

expected_ruby_version="$(latest_version "$ruby_install_cache_dir/$ruby/stable.txt" "$ruby_version")"
}
Expand Down

0 comments on commit ecd2ee5

Please sign in to comment.