ruby / csv

CSV Reading and Writing
https://ruby.github.io/csv/
BSD 2-Clause "Simplified" License
181 stars 114 forks source link

ci: test on maintained ruby versions #288

Closed igas closed 1 year ago

kou commented 1 year ago

Why? We want to support Ruby 2.5.0 or later as much as possible. https://github.com/ruby/csv/blob/master/csv.gemspec#L57

igas commented 1 year ago

@kou because they are EOL, but I'm happy to just add 3.2. Should I restore 2.x?

olleolleolle commented 1 year ago

👋 Rdoc uses an Action from the https://github.com/ruby/actions repo. It's pretty neat. That way, small edits to CI configuration are often automatic.

igas commented 1 year ago

Nice one @olleolleolle! Happy to switch to it, I guess we just need to agree if we support EOL ruby versions with security vulnerabilities.

kou commented 1 year ago

Should I restore 2.x?

Yes.

Happy to switch to it

I don't object it.

kou commented 1 year ago

I close this in favor of #289.