Drieam / rspec-github

Formatter for RSpec to show errors in GitHub action annotations
https://drieam.github.io/rspec-github/
MIT License
60 stars 10 forks source link

Update to current supported Ruby versions #21

Closed nschonni closed 1 year ago

nschonni commented 1 year ago

Update the CI matrix and Rubocop settings to match the currently supported Ruby versions. 2.7 will also hit EOL soon, but left it in.

I noticed that the reivewdog was pulling in a newer version than the Gemfile.lock and was failing PRs and pages build, so swaped to a plain version that uses the bundled gem version

nschonni commented 1 year ago

Right now the CI is hung because the branch policy is looking for passing jobs on the removed Ruby versions. I've split off the Rubocop CI part to https://github.com/Drieam/rspec-github/pull/22 which might be easier to land as a start

nschonni commented 1 year ago

Covered by https://github.com/Drieam/rspec-github/pull/28