You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.
Ruby 2.6.6 was a security release, and came out on 3/31/20 (https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-6-6-released/). It's not yet available in setup-ruby so things like CI jobs can't run Ruby 2.6.6 yet and will output: ##[error]Version 2.6.6 not found. It looks like this kind of lag has been raised as an issue for previous Ruby releases (eg, #8) but I don't see anything on the releases this week.
It seems like one alternative is to swap the job to run in a Ruby container instead of on the runner. Another alternative is to use https://github.com/ruby/setup-ruby, which worked for me as a drop-in replacement and includes 2.6.6.
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks @kevinrobinson! I have temporarily switched over to ruby/setup-ruby as a result of your post and everything is happy. Thanks for raising this issue for the rest of us. Cheers 🍻
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ruby 2.6.6 was a security release, and came out on 3/31/20 (https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-6-6-released/). It's not yet available in
setup-ruby
so things like CI jobs can't run Ruby 2.6.6 yet and will output:##[error]Version 2.6.6 not found
. It looks like this kind of lag has been raised as an issue for previous Ruby releases (eg, #8) but I don't see anything on the releases this week.It seems like one alternative is to swap the job to run in a Ruby container instead of on the runner. Another alternative is to use https://github.com/ruby/setup-ruby, which worked for me as a drop-in replacement and includes 2.6.6.
Thanks!
The text was updated successfully, but these errors were encountered: