-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add crystal: previous
option
#52
Comments
What's "BC"? |
Backward Compatibility |
For backwards compatibility, wouldn't it be better to specify explicit versions that you want to ensure compatibility with? |
@straight-shoota That's exactly my point, the case at-hand is testing features that are working with Crystal |
But how is a floating target |
It's not about better, but a specific use-case. |
I don't understand the use case. Why test with the 2nd newest version? What if you want to develop something for the 2nd newest version of Crystal but the 3rd newest doesn't support it? Instead test with your oldest supported version and that will cover everything. |
I'd like to suggest adding
previous
(orprevious-minor
) as the version option (followinglatest
), allowing automatically selecting previous MINOR version for testing. That would help to catch any new additions in terms of BC.The text was updated successfully, but these errors were encountered: