Skip to content

Commit 6bc7d13

Browse files
authored
Merge pull request #269 from ruby-i18n/movermeyer/lint_with_3_1
Lint with Ruby 3.1
2 parents 848264d + 26d25cf commit 6bc7d13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- name: Install libyaml
2020
run: sudo apt-get update -y && sudo apt-get install -y libyaml-dev
2121

22-
- name: Set up Ruby 3.1
22+
- name: Set up Ruby 3.3
2323
uses: ruby/setup-ruby@v1
2424
with:
2525
bundler-cache: true
26-
ruby-version: 3.1
26+
ruby-version: 3.3
2727

2828
- name: Lint code
2929
run: bundle exec rubocop

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inherit_gem:
55
rubocop-shopify: rubocop.yml
66

77
AllCops:
8-
TargetRubyVersion: 3.0
8+
TargetRubyVersion: 3.1
99
UseCache: true
1010
CacheRootDirectory: tmp/rubocop
1111
NewCops: enable

0 commit comments

Comments
 (0)