Skip to content

Commit 3490f58

Browse files
committed
Update Ruby versions in GitHub workflows to include jruby-10
1 parent 29036fd commit 3490f58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/minitest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
os: [ubuntu-latest, macos-latest]
1010
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
11-
ruby: [jruby-9.4]
11+
ruby: [jruby-9.4, jruby-10]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- uses: actions/checkout@v4

.github/workflows/reviewdog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v1
1414
- uses: ruby/setup-ruby@v1
1515
with:
16-
ruby-version: jruby
16+
ruby-version: jruby-10
1717
- name: rubocop
1818
uses: reviewdog/action-rubocop@v2
1919
with:

0 commit comments

Comments
 (0)