Skip to content

Commit dae65eb

Browse files
committed
Add CI coverage for Rails 8
1 parent 50bd2a8 commit dae65eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ jobs:
5151
- ruby_version: "3.3"
5252
rails_version: "7.2"
5353
mode: "capture_patch_enabled"
54+
- ruby_version: "3.3"
55+
rails_version: "8.0"
56+
mode: "capture_patch_disabled"
57+
- ruby_version: "3.3"
58+
rails_version: "8.0"
59+
mode: "capture_patch_enabled"
5460
- ruby_version: "head"
5561
rails_version: "main"
5662
mode: "capture_patch_disabled"

0 commit comments

Comments
 (0)