Skip to content

Commit c472feb

Browse files
committed
Add JRuby to CI
1 parent 376cb71 commit c472feb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
88
strategy:
99
matrix:
10-
ruby: [ 2.7, 2.6, 2.5, head ]
10+
ruby: [ 2.7, 2.6, 2.5, head, jruby, jruby-head ]
1111
os: [ ubuntu-latest, macos-latest, windows-latest ]
1212
exclude:
1313
- { os: macos-latest, ruby: '2.5' }

0 commit comments

Comments
 (0)