Closed skalee closed 5 years ago
Also, I propose to not specify PATCH (as in MAJOR.MINOR.PATCH) for Ruby versions in Travis build matrix (i.e. 2.4.3 -> 2.4, 2.5.0 -> 2.5 etc.).
Sounds good to me. Would you like to update the patch along these lines?
I've reordered Rubies as well. I presume it was a good idea, nevertheless I'll happily remove that commit otherwise. Rationale is in commit message.
Thank you!
Also, I propose to not specify PATCH (as in MAJOR.MINOR.PATCH) for Ruby versions in Travis build matrix (i.e.
2.4.3
->2.4
,2.5.0
->2.5
etc.). Travis will install the latest available PATCH for given MAJOR.MINOR then.