disposable icon indicating copy to clipboard operation
disposable copied to clipboard

Add latest Rubies and Rails to CI matrix

Open willnet opened this issue 3 months ago • 1 comments

Add the latest Rails and Ruby to the CI matrix. CI then failed, so I made the following changes to get the tests passing:

  • Add version branching for sqlite3 that depends on Active Record 8.0
  • In Ruby 3.4, the inspect output changed, which broke tests that compare inspect results. I normalized the inspect output so those tests pass.

CI result is here.

willnet avatar Oct 03 '25 14:10 willnet

Hi @apotonick—could you review this PR when you can? Thanks!

willnet avatar Oct 24 '25 02:10 willnet