Skip to content

Add CI with Rails 8.1 and Ruby 3.3.x, 3.4.x and 4.0.1#1667

Merged
gregmolnar merged 2 commits into
activerecord-hackery:mainfrom
tatematsu-k:feature/add_ci_for_latest_ruby_and_rails
Mar 4, 2026
Merged

Add CI with Rails 8.1 and Ruby 3.3.x, 3.4.x and 4.0.1#1667
gregmolnar merged 2 commits into
activerecord-hackery:mainfrom
tatematsu-k:feature/add_ci_for_latest_ruby_and_rails

Conversation

@tatematsu-k

@tatematsu-k tatematsu-k commented Mar 3, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR adds support for the following Ruby and Rails versions:

  • Ruby 3.3
  • Ruby 3.4
  • Ruby 4.0
  • Rails 8.1

Details

  • Updated the CI matrix to include the new Ruby versions.
  • Added Rails 8.1 to the test matrix.
  • Confirmed that the test suite passes for all newly added versions.

Notes

If any additional adjustments are needed for future compatibility, I'm happy to follow up.

- Allow optional ' AS ' in table alias regex (use appropriate table alias)
- Normalize JOIN aliases before string comparison for belongs_to context spec
  so tests pass on both Rails 7.x (no AS) and Rails 8.1+ (with AS)

Made-with: Cursor
@gregmolnar gregmolnar merged commit 4d76089 into activerecord-hackery:main Mar 4, 2026
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants