Skip to content

Commit dfff62b

Browse files
committed
CI: add JRuby 9.4 to the test matrix
1 parent 96beba9 commit dfff62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
ruby_version: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]
12+
ruby_version: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "jruby-9.4"]
1313
experimental: [false]
1414
include:
1515
- ruby_version: "ruby-head"

0 commit comments

Comments
 (0)