We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29036fd commit 3490f58Copy full SHA for 3490f58
.github/workflows/minitest.yml
@@ -8,7 +8,7 @@ jobs:
8
matrix:
9
os: [ubuntu-latest, macos-latest]
10
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
11
- ruby: [jruby-9.4]
+ ruby: [jruby-9.4, jruby-10]
12
runs-on: ${{ matrix.os }}
13
steps:
14
- uses: actions/checkout@v4
.github/workflows/reviewdog.yml
@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v1
- uses: ruby/setup-ruby@v1
15
with:
16
- ruby-version: jruby
+ ruby-version: jruby-10
17
- name: rubocop
18
uses: reviewdog/action-rubocop@v2
19
0 commit comments