rspec_junit_formatter icon indicating copy to clipboard operation
rspec_junit_formatter copied to clipboard

Fix CI and add tests for latest ruby/rspec

Open Drowze opened this issue 9 months ago • 0 comments

  • CI: Fix usage of deprecated actions:
  • Add tests for latest ruby/rspec
    • Added tests for ruby 3.2, 3.3 and 3.4
    • Added tests for RSpec 3.11, 3.12, 3.13

Notes:

  • Ruby 3.2+ is not compatible with RSpec <= 3.3, so the CI workflow was updated accordingly
  • I was getting too many dependency errors trying to use the same Gemfile.lock file on all ruby versions, so following Apprails's recommendation, I added gemfiles/*.lock to .gitignore.

Successful CI run: https://github.com/Drowze/rspec_junit_formatter/actions/runs/13376950471 Screenshot 2025-02-17 at 16 12 32

Drowze avatar Feb 17 '25 19:02 Drowze