Skip to content

Conversation

@shun0918
Copy link
Contributor

@shun0918 shun0918 commented Jul 15, 2025

Summary

Add Rails 8.0 support to the CI test matrix to ensure compatibility with the latest Rails version.

Changes

  • Add Rails 8.0.0 to Appraisals file for gem testing
  • Create gemfiles/gemfile_80.gemfile for Rails 8.0 testing configuration
  • Add activerecord: 80 to GitHub Actions CI matrix
  • Update sqlite3 version constraints to support Rails 8.0 requirements (>= 2.1)

shun0918 added 2 commits July 15, 2025 20:51
Rails 8.0 requires sqlite3 >= 2.1, but the existing constraint
was '< 2.0' which caused dependency conflicts in CI.
@kbrock kbrock merged commit 8cb0cbe into stefankroes:master Jul 17, 2025
20 checks passed
@kbrock
Copy link
Collaborator

kbrock commented Jul 17, 2025

@shun0918 thank you

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