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

Allow all of the matrix builds to run despite failures #150

Merged
merged 3 commits into from
Jan 13, 2023

Conversation

JamesMGreene
Copy link
Member

@JamesMGreene JamesMGreene commented Jan 13, 2023

Actions matrix strategy implies a default of fail-fast: true. This saves compute resources but also makes it more hard to determine if a failure if version-specific. 😅

Let's let them all run since the list is relatively small anyway. 🤷🏻

Edit: Also update the Ruby support matrix based on the official Docker image availability.

The official Ruby 2.5 Docker image is no longer supported
`3.0` was possibly getting truncated to `3`, which would get the latest `3.x` instead of `3.0`
@JamesMGreene JamesMGreene merged commit ee388c3 into master Jan 13, 2023
@JamesMGreene JamesMGreene deleted the fail-slow branch January 13, 2023 23:23
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