Skip to content

Commit 444664d

Browse files
committed
CI: Add JRuby
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
1 parent e4895c6 commit 444664d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [ '2.6', '2.7', '3.0' ]
11+
ruby: [ '2.6', '2.7', '3.0', 'jruby' ]
1212
os: [ 'ubuntu-latest' ]
1313
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
1414
steps:

0 commit comments

Comments
 (0)