ruby / debug

Debugging functionality for Ruby
BSD 2-Clause "Simplified" License
1.12k stars 124 forks source link

Use ruby/actions workflow for ruby versions #1065

Closed m-nakamura145 closed 7 months ago

m-nakamura145 commented 8 months ago

This PR use ruby/actions workflow for ruby versions

ko1 commented 8 months ago

Could you tell me the motivation of this PR?

m-nakamura145 commented 8 months ago

@ko1 Thank you. I believe there is a benefit in eliminating the need for someone to manually add the version each time a new Ruby version is released. Considering that other gems are using the same workflow, I thought it might be better to unify this approach. ref: https://github.com/ruby/irb/pull/516

ko1 commented 7 months ago

ok thanks, let's try.