singlebrook / utf8-cleaner

MIT License
277 stars 44 forks source link

Add CI / testing for new Ruby versions (>= 3) #40

Open collimarco opened 1 year ago

collimarco commented 1 year ago

Is this gem compatible with Ruby 3.0, 3.1, 3.2? Can you consider adding the new versions to the travis matrix?

sbleon commented 1 year ago

I'm not sure. Can you add them to .travis.yml and send a PR?

On Tue, Dec 6, 2022 at 5:06 AM Marco Colli @.***> wrote:

Is this gem compatible with Ruby 3.0, 3.1, 3.2? Can you consider adding the new versions to the travis matrix?

— Reply to this email directly, view it on GitHub https://github.com/singlebrook/utf8-cleaner/issues/40, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABQQN2P7HSIRED5Q2VJ2YDWL4F3TANCNFSM6AAAAAASVJ3KSA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

collimarco commented 1 year ago

Thanks for the reply!

I see that you also need to move from Travis to GitHub actions.

You can simply copy and paste this exact file to your repo to enable testing with GitHub actions:

https://github.com/pushpad/pushpad-ruby/blob/master/.github/workflows/ci.yml