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 May 22, 2024. It is now read-only.
ruby/setup-ruby provides everything that this action has provided.
But it's not true.
With rbenv I can switch versions on-the-flight, for example gem generator supports only Ruby >= 3, but the gem template supports >= 2.6.
So, how can I do this with ruby/setup-ruby? Nohow, I think.
But with matrix like 2.6, 2.7, ... I can use the base Ruby versions for the template testing, and rbenv install 3.0 && rbenv local 3.0 for generation in pre-steps.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I see the warning:
But it's not true.
With
rbenv
I can switch versions on-the-flight, for example gem generator supports only Ruby >= 3, but the gem template supports >= 2.6.So, how can I do this with
ruby/setup-ruby
? Nohow, I think.But with matrix like
2.6, 2.7, ...
I can use the base Ruby versions for the template testing, andrbenv install 3.0 && rbenv local 3.0
for generation in pre-steps.The text was updated successfully, but these errors were encountered: