We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4895c6 commit 444664dCopy full SHA for 444664d
1 file changed
.github/workflows/linux.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- ruby: [ '2.6', '2.7', '3.0' ]
+ ruby: [ '2.6', '2.7', '3.0', 'jruby' ]
12
os: [ 'ubuntu-latest' ]
13
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
14
steps:
0 commit comments