From 1947071430b1dd30d29aa08920988aa35c8e4264 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 5 May 2026 14:16:58 +0000 Subject: [PATCH 1/2] Initial plan From c2115c1dff053d646132a319f285a8c66a8c1fa2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 5 May 2026 14:18:43 +0000 Subject: [PATCH 2/2] Add Rails 8.1 to CI matrix 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> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b052e8..0d557db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: ruby-version: ['3.4', '4.0'] - rails-version: ['7.2', '8.0'] + rails-version: ['7.2', '8.0', '8.1'] steps: - uses: actions/checkout@v4