disposable
disposable copied to clipboard
Add latest Rubies and Rails to CI matrix
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.
Hi @apotonick—could you review this PR when you can? Thanks!