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 ea5d930 commit e8dc395Copy full SHA for e8dc395
.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.3
+ ruby-version: 3.4
17
- run: bundle install
18
- run: bundle exec rake -t rubocop
.github/workflows/test.yml
@@ -20,6 +20,7 @@ jobs:
20
3.1,
21
3.2,
22
3.3,
23
+ 3.4,
24
jruby,
25
]
26
exclude:
0 commit comments