steveklabnik / request_store

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

Add new rubies to CI matrix #80

Closed ybiquitous closed 2 years ago

ybiquitous commented 2 years ago

Hi, the latest Ruby version is 3.1. This pull request adds 2.7, 3.0, and 3.1 to the CI matrix.

olleolleolle commented 2 years ago

One problem this repo has, at the moment is that the Travis.org infra no longer runs any test runs, and that the maintainer has not moved to Travis.com (which could be a thing). Another path forward would be to move to another CI provider.

ybiquitous commented 2 years ago

Oh, thank you for the information... 😢 I've closed it.

For example, any chance to create another pull request switching Travis to GitHub Actions?

olleolleolle commented 2 years ago

Here is one https://github.com/savonrb/savon-multipart/blob/master/.github/workflows/ci.yml very simple one.

olleolleolle commented 2 years ago

(I can make a PR using that thing, if you don't get there first.)

olleolleolle commented 2 years ago

https://github.com/steveklabnik/request_store/pull/82

ybiquitous commented 2 years ago

Great. Thank you! 😄