JEG2 / highline

A higher level command-line oriented interface.
Other
1.29k stars 137 forks source link

Add Ruby 3.2 to the CI matrix #253

Closed petergoldstein closed 1 year ago

petergoldstein commented 1 year ago

Also updates the checkout action to v3.

To get this to run green I had to remove the pronto-poper dependency. poper no longer appears to be actively maintained, and it's a gem for checking formatting of commit messages, so I thought this was a sensible tradeoff.

With this change, runs green on my fork.

cc: @abinoam

petergoldstein commented 1 year ago

@abinoam Not sure why we're seeing 503s on fetching some of the older Rubies. But that's not related to the change here.

abinoam commented 1 year ago

Hi @petergoldstein

Thanks again for your contributions.

Since yesterday I've been playing with GitHub Actions trying to learn it... and trying to have a similar coverage as we have in the golden days of using Travis.

You can see it in: https://github.com/abinoam/highline/actions

I'll merge your PR first then I'll rebase my branch over it.