jsonapi-rb / jsonapi-rspec

RSpec matchers for JSON:API spec
https://rubygems.org/gems/jsonapi-rspec
MIT License
123 stars 24 forks source link

Add Ruby 3.0, 3.1, and ruby-head to CI #33

Closed petergoldstein closed 1 year ago

petergoldstein commented 2 years ago

What is the current behavior?

CI only runs against Ruby 2.4 and 2.7

What is the new behavior?

CI runs against Ruby 2.4, 2.7, 3.0, 3.1, and head

To pass Rubocop against a recent version I also added the requirement that gem publishers have MFA configured on Rubygems.

Checklist

Please make sure the following requirements are complete:

petergoldstein commented 1 year ago

I've added Ruby 3.2 and fixed a few lints. @stas it might be helpful if you merged this. It runs green on my fork.

stas commented 1 year ago

Thank you @petergoldstein and sorry for late response.