ruby / csv

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

ci: test on maintained ruby versions #288

Closed igas closed 10 months ago

kou commented 10 months 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 10 months ago

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

olleolleolle commented 10 months 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 10 months 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 10 months ago

Should I restore 2.x?

Yes.

Happy to switch to it

I don't object it.

kou commented 10 months ago

I close this in favor of #289.