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 7632b9e commit ec8d122Copy full SHA for ec8d122
.github/workflows/rubocop.yml
@@ -13,6 +13,6 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: ruby/setup-ruby@v1
15
with:
16
- ruby-version: 3.2
+ ruby-version: 3.3
17
- run: bundle install
18
- run: bundle exec rake -t rubocop
.github/workflows/test.yml
@@ -21,6 +21,7 @@ jobs:
21
'3.0',
22
3.1,
23
3.2,
24
+ 3.3,
25
jruby,
26
]
27
exclude:
0 commit comments