We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d167032 commit c9d99f8Copy full SHA for c9d99f8
.github/workflows/rubocop.yml
@@ -7,6 +7,6 @@ jobs:
7
- uses: actions/checkout@v2
8
- uses: ruby/setup-ruby@v1
9
with:
10
- ruby-version: 3.0
+ ruby-version: 3.1
11
- run: bundle install
12
- run: bundle exec rake -t rubocop
.github/workflows/test.yml
@@ -13,6 +13,7 @@ jobs:
13
2.6,
14
2.7,
15
3.0,
16
+ 3.1,
17
jruby,
18
]
19
exclude:
0 commit comments