bugsnag / bugsnag-api-ruby

BugSnag API toolkit for Ruby
Other
21 stars 15 forks source link

Update CI to use GitHub Actions instead of Travis #32

Closed imjoehaines closed 3 years ago

imjoehaines commented 3 years ago

Goal

This PR switches CI to GitHub Actions and adds modern Ruby versions. CI is currently failing on Ruby versions above 2.3 due to both #28 and #30

There are a lot of dependency issues with older Ruby versions; mostly caused by gems dropping support or adding dependencies that don't have any versions compatible with old Rubies