Skip to content

Commit 81e00f7

Browse files
committed
Add Ruby 3.4 to CI matrix
1 parent 8ad107b commit 81e00f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
include:
1919
- ruby: "3.3"
2020
rails: "8.0"
21-
- ruby: "3.3"
21+
- ruby: "3.4"
22+
rails: "8.0"
23+
- ruby: "3.4"
2224
rails: "main"
2325

2426
env:

0 commit comments

Comments
 (0)