Skip to content

Commit 7b729e5

Browse files
committed
Add ruby 3.4 to test matrix
1 parent 010157d commit 7b729e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
continue-on-error: ${{ matrix.flaky }}
77
strategy:
88
matrix:
9-
ruby-version: ["3.0", "3.1", "3.2", "3.3", "jruby-9.4"]
9+
ruby-version: ["3.0", "3.1", "3.2", "3.3", "3.4", "jruby-9.4"]
1010
flaky: [false]
1111
include:
1212
- ruby-version: "ruby-head"

0 commit comments

Comments
 (0)