Skip to content

Commit 4cef060

Browse files
committed
[CI] Adds jruby 9.4
1 parent 6b397f3 commit 4cef060

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/jruby.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
RAILS_VERSIONS: '5.0,6.0'
1717
strategy:
1818
fail-fast: false
19+
matrix:
20+
ruby: [ 'jruby-9.3', 'jruby-9.4' ]
1921
runs-on: ubuntu-latest
2022
steps:
2123
- uses: actions/checkout@v2
@@ -30,7 +32,7 @@ jobs:
3032
stack-version: 7.17-SNAPSHOT
3133
- uses: ruby/setup-ruby@v1
3234
with:
33-
ruby-version: jruby-9.3
35+
ruby-version: ${{ matrix.ruby }}
3436
- name: Bundle
3537
run: |
3638
gem install bundler

0 commit comments

Comments
 (0)