Closed petergoldstein closed 2 years ago
Thank you for your submission @petergoldstein. We're not keen on testing with every supported Ruby version. (Notice how Ruby 2.6 is not in the list?) I'd prefer having Ruby 3.0 replaced with 3.1 instead.
@ashmaroli Ok. I've removed Ruby 3.0
Thank you @petergoldstein @jekyllbot: merge +dev
Adds Ruby 3.1 to the CI matrix. Passes on my fork.
Also quotes 3.0 so it isn't truncated to 3. Because of this truncation, an unquoted 3.0 loads the latest Ruby 3 - at this time 3.1.0 - as opposed to a 3.0.x version. Adding quotes resolves this issue.