We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376cb71 commit c472febCopy full SHA for c472feb
1 file changed
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
8
strategy:
9
matrix:
10
- ruby: [ 2.7, 2.6, 2.5, head ]
+ ruby: [ 2.7, 2.6, 2.5, head, jruby, jruby-head ]
11
os: [ ubuntu-latest, macos-latest, windows-latest ]
12
exclude:
13
- { os: macos-latest, ruby: '2.5' }
0 commit comments