Skip to content

Commit ae668fd

Browse files
committed
test more
1 parent 7e9454a commit ae668fd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ macos-arm-oss ]
21-
ruby: [ '3.2' ]
21+
ruby: [
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', ruby-head,
23+
jruby, jruby-head,
24+
truffleruby, truffleruby-head,
25+
truffleruby+graalvm, truffleruby+graalvm-head
26+
]
2227

2328
name: ${{ matrix.os }} ${{ matrix.ruby }}
2429
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)