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 48c79bf commit d7bb6b8Copy full SHA for d7bb6b8
.github/workflows/rubocop.yml
@@ -7,6 +7,6 @@ jobs:
7
- uses: actions/checkout@v3
8
- uses: ruby/setup-ruby@v1
9
with:
10
- ruby-version: 3.1
+ ruby-version: 3.2
11
- run: bundle install
12
- run: bundle exec rake -t rubocop
.github/workflows/test.yml
@@ -14,6 +14,7 @@ jobs:
14
2.7,
15
'3.0',
16
3.1,
17
+ 3.2,
18
jruby,
19
]
20
exclude:
0 commit comments