Tool information
Area for Triage: Ruby
Question, Bug, or Feature?: feature
Virtual environments affected
Can this tool be installed during the build?
no
Are you willing to submit a PR?
I would, but from the current installer script it's not clear to me how individual Ruby versions are installed. It looks like pre-built Ruby versions are downloaded from something called "tool cache", but the end process is opaque and I can't find how to add new Ruby versions there.
https://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/
See also https://github.com/actions/virtual-environments/issues/95
Until Ruby 2.7.0 is supported here, https://github.com/eregon/use-ruby-action can be used for testing against Ruby 2.7.0 in GitHub Actions.
Ruby 2.7 is available on Ubuntu images
Most helpful comment
Until Ruby 2.7.0 is supported here, https://github.com/eregon/use-ruby-action can be used for testing against Ruby 2.7.0 in GitHub Actions.