Skip to content

Commit

Permalink
Add CI coverage for Rails 8
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley committed Nov 8, 2024
1 parent 50bd2a8 commit dae65eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
- ruby_version: "3.3"
rails_version: "7.2"
mode: "capture_patch_enabled"
- ruby_version: "3.3"
rails_version: "8.0"
mode: "capture_patch_disabled"
- ruby_version: "3.3"
rails_version: "8.0"
mode: "capture_patch_enabled"
- ruby_version: "head"
rails_version: "main"
mode: "capture_patch_disabled"
Expand Down

0 comments on commit dae65eb

Please sign in to comment.