Skip to content

Commit c5ed576

Browse files
committed
Github Actions: Specific jruby versions
1 parent 93ef769 commit c5ed576

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/tests.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,17 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
ruby-version: ["3.4", "3.3", "3.2", "3.1", "jruby", "head"]
29+
ruby-version:
30+
[
31+
"3.4",
32+
"3.3",
33+
"3.2",
34+
"3.1",
35+
"jruby-10.0.0.1",
36+
"jruby-head",
37+
"truffleruby",
38+
"head",
39+
]
3040
fail-fast: false
3141

3242
env:

0 commit comments

Comments
 (0)