Skip to content
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

CI: Workaround YAML gotcha in Actions #33

Merged
merged 1 commit into from
Mar 17, 2021

Conversation

dentarg
Copy link
Contributor

@dentarg dentarg commented Mar 16, 2021

To avoid unexpectedly stop testing Ruby 3.0 when Ruby 3.1 is released.

See actions/runner#849

At https://github.com/thoughtbot/climate_control/runs/2049131377?check_suite_focus=true#step:3:3 we can see that the setup-ruby action ran with just 3 as the input and not 3.0.

To avoid unexpectedly stop testing Ruby 3.0 when Ruby 3.1 is released.

See actions/runner#849

At https://github.com/thoughtbot/climate_control/runs/2049131377?check_suite_focus=true#step:3:3 we can see that the setup-ruby action ran with just `3` as the input and not `3.0`.
@joshuaclayton joshuaclayton merged commit f6754a9 into thoughtbot:main Mar 17, 2021
@joshuaclayton
Copy link
Contributor

@dentarg thank you for this! YAML never ceases to amaze.

@dentarg dentarg deleted the patch-1 branch March 17, 2021 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants