floraison / fugit

time tools (cron, parsing, durations, ...) for Ruby, rufus-scheduler, and flor
MIT License
384 stars 34 forks source link

Add Ruby 3.1 and JRuby 9.3 to the CI matrix #65

Closed petergoldstein closed 2 years ago

petergoldstein commented 2 years ago

Add Ruby 3.1 and jruby-9.3 to the CI matrix.

In addition to adding 3.1 and jruby-9.3, we quote '3.0' to ensure that it is not truncated to 3. An unquoted 3.0 will be truncated to 3, and will load the latest Ruby 3 - which at time of writing is 3.1.0. To ensure a Ruby 3.0.x is loaded we need to quote it.

jmettraux commented 2 years ago

@petergoldstein Thanks for the pull request. Who is "we"?

petergoldstein commented 2 years ago

@jmettraux - "we" is just "me" in this case.

jmettraux commented 2 years ago

Thanks!