bokmann / business_time

Support for doing time math in business hours and days
MIT License
1.27k stars 215 forks source link

Quote 3.0 to avoid truncation #216

Closed petergoldstein closed 2 years ago

petergoldstein commented 2 years ago

An unquoted 3.0 will be truncated to 3. This causes that line of the CI matrix to load the latest Ruby 3, which is currently a 3.1.x version.

Quoting the 3.0 avoids truncation and ensures that a 3.0.x version is loaded for that line.

petergoldstein commented 2 years ago

GitHub Actions run showing truncation and loading of Ruby 3.1.2 for the 3.0 CI line:

Screen Shot 2022-06-14 at 9 02 36 AM
rmm5t commented 2 years ago

Great catch!!! Thank you!