rails / thor

Thor is a toolkit for building powerful command-line interfaces.
http://whatisthor.com/
MIT License
5.11k stars 552 forks source link

CI against Ruby 3.2 (and 2.0) #809

Closed amatsuda closed 1 year ago

amatsuda commented 1 year ago

This patch adds CI configuration for Ruby 3.2.

Also, I noticed that the CI matrix includes Ruby 2.0 that would be parsed as integer 2 in GH actions. This means that Ruby 2.0 has never been tested on GH actions. I fixed this to be quoted '2.0', and brought Ruby 2.0 testing back.