twilio / twilio-ruby

A Ruby gem for communicating with the Twilio API and generating TwiML
MIT License
1.35k stars 462 forks source link

chore: Add Ruby 3.2, JRuby 9.3, and JRuby 9.4 to the CI matrix. #640

Closed petergoldstein closed 1 year ago

petergoldstein commented 1 year ago

Adds Ruby 3.2, JRuby 9.3, and JRuby 9.4 to the CI matrix. Runs green on my fork with no other changes.

I don't think any additional tests or documentation changes are required.

Checklist

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.

shrutiburman commented 1 year ago

Thanks for the PR! This change is very much similar to an existing one (#638). We'd be testing it and will add this upgrade into our next rc release, eventually merging in main.

shrutiburman commented 1 year ago

Handled in https://github.com/twilio/twilio-ruby/pull/643.