Closed petergoldstein closed 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.
GitHub Actions run showing truncation and loading of Ruby 3.1.2 for the 3.0 CI line:
Great catch!!! Thank you!
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.