Skip to content

Commit d2cfc1e

Browse files
committed
Add Rails 8.1 to CI matrix
1 parent 9f3f4fd commit d2cfc1e

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
@@ -65,6 +65,12 @@ jobs:
6565
- ruby_version: "3.4"
6666
rails_version: "8.0"
6767
mode: "capture_patch_enabled"
68+
- ruby_version: "3.4"
69+
rails_version: "8.1"
70+
mode: "capture_patch_disabled"
71+
- ruby_version: "3.4"
72+
rails_version: "8.1"
73+
mode: "capture_patch_enabled"
6874
- ruby_version: "3.4"
6975
rails_version: "main"
7076
mode: "capture_patch_disabled"

0 commit comments

Comments
 (0)