steveklabnik / request_store

Per-request global storage for Rack.
https://github.com/steveklabnik/request_store
MIT License
1.47k stars 87 forks source link

Remove old rubies from CI #93

Closed steveklabnik closed 7 months ago

steveklabnik commented 7 months ago

Ruby 2.x has been EOL'd for almost a year https://endoflife.date/ruby

It wasn't hard to keep track of compatibility with these older rubies, but since they made CI fail in a way that's odd, and probably not fixable, I am okay with not testing these in CI.

If we introduce an incompatibility somehow for an older Ruby, and you run into it, let me know and I'm happy to cut another release that fixes your issue.