jekyll / jekyll-seo-tag

A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.
https://jekyll.github.io/jekyll-seo-tag
MIT License
1.66k stars 294 forks source link

Add Ruby 3.1 to CI matrix #459

Closed petergoldstein closed 2 years ago

petergoldstein commented 2 years ago

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.

ashmaroli commented 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.

petergoldstein commented 2 years ago

@ashmaroli Ok. I've removed Ruby 3.0

ashmaroli commented 2 years ago

Thank you @petergoldstein @jekyllbot: merge +dev