-
-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails with 3.0 or 3.0.0 in .ruby-version #115
Comments
Thanks for the report and link to the runs! I will try to repro and investigate soon. |
The change was in part intentional in 7c2bf72 So I can see that But, automatically picking The essential question is do you want your CI to potential break when the next preview or RC is released? I assume most people wouldn't want their CI to fail just because there is another preview, and would rather update manually to e.g. 3.0.0-rc1 or 3.0.0 and at that point ensure all tests pass. A trade-off of this is that matching versions is as a result more complicated currently (differs for stable and unstable versions). Does that make sense? |
I understand that running a preview version of Ruby isn't the norm, but for a small personal app, that runs on Heroku, I switched to 3.0.0, just to test it out, for fun (and profit? 🤔). Heroku made 3.0.0-preview1 available in September and says put
Actually yes :) I assume that if there is I'm guessing the reason Heroku says to use the string
(I didn't understand this when I posted #100 (comment)) Re: using
...but didn't for earlier versions
|
That announcement from Heroku seems a bit confusing, but it is what it is. OK, since this is actually behavior that might be wanted I'll let |
FYI, |
Thanks! ( |
From #100 (comment)
Example at https://github.com/dentarg/actions-test/runs/1478584340?check_suite_focus=true#step:3:8
https://github.com/dentarg/actions-test/runs/1478584340?check_suite_focus=true#step:3:8
The text was updated successfully, but these errors were encountered: