Skip to content

Commit ca90a46

Browse files
committed
Add JRuby to CI
1 parent 8bb3999 commit ca90a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
os:
1313
- ubuntu-20.04
1414
- ubuntu-18.04
15-
ruby: [ '3.0', '2.7', '2.6', 'debug', 'head' ]
15+
ruby: [ '3.0', '2.7', '2.6', 'debug', 'head', 'jruby-head' ]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Set up Ruby

0 commit comments

Comments
 (0)