Skip to content

Commit 458d247

Browse files
committed
all
1 parent c7c9ebf commit 458d247

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ jobs:
1919
matrix:
2020
os: [ ubuntu-22.04-arm, ubuntu-24.04-arm ]
2121
ruby: [
22-
'2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4'
22+
'1.9', '2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', ruby-head,
23+
jruby, jruby-head,
24+
truffleruby, truffleruby-head,
25+
truffleruby+graalvm, truffleruby+graalvm-head
2326
]
2427
exclude:
2528
# https://github.com/ruby/setup-ruby/issues/496

0 commit comments

Comments
 (0)