Skip to content

Add Rails 8.1 to CI test matrix#3

Merged
ilyacoding merged 2 commits into
mainfrom
copilot/add-rails-8-1-support
May 5, 2026
Merged

Add Rails 8.1 to CI test matrix#3
ilyacoding merged 2 commits into
mainfrom
copilot/add-rails-8-1-support

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 5, 2026

CI was missing Rails 8.1 coverage. Adds '8.1' to the rails-version matrix in the CI workflow, expanding coverage from ['7.2', '8.0'] to ['7.2', '8.0', '8.1'].

No other changes required — the Gemfile already resolves the Rails version dynamically via RAILS_VERSION, and the gemspec's activerecord >= 7.2 constraint already permits 8.1.

Copilot AI linked an issue May 5, 2026 that may be closed by this pull request
Agent-Logs-Url: https://github.com/ilyacoding/activerecord-ghosts/sessions/3eba28e3-0d46-456f-a63e-fd32e865ab86

Co-authored-by: ilyacoding <6131801+ilyacoding@users.noreply.github.com>
Copilot AI changed the title [WIP] Add Rails 8.1 support for CI Add Rails 8.1 to CI test matrix May 5, 2026
Copilot AI requested a review from ilyacoding May 5, 2026 14:20
@ilyacoding ilyacoding marked this pull request as ready for review May 5, 2026 14:26
@ilyacoding ilyacoding self-requested a review May 5, 2026 14:26
@ilyacoding ilyacoding merged commit 716332b into main May 5, 2026
7 checks passed
@ilyacoding ilyacoding deleted the copilot/add-rails-8-1-support branch May 5, 2026 14:27
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.

Add Rails 8.1 support for CI

2 participants