Skip to content

Commit 35a1c38

Browse files
committed
correct target ruby version to 3.2
1 parent a97b8e9 commit 35a1c38

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
strategy:
1313
matrix:
1414
ruby:
15-
- 3.1
1615
- 3.2
1716
- 3.3
1817
- 3.4
@@ -37,7 +36,7 @@ jobs:
3736
uses: ruby/setup-ruby@v1
3837
with:
3938
bundler-cache: true
40-
ruby-version: 3.3
39+
ruby-version: 3.4
4140
- name: Run static type checks
4241
run: bundle exec srb tc
4342
notify_on_failure:

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ AllCops:
2222
NewCops: enable
2323
Exclude:
2424
- vendor/bundle/**/**
25-
TargetRubyVersion: 2.6
25+
TargetRubyVersion: 3.2
2626

2727
Gemspec/RequireMFA:
2828
Enabled: false

0 commit comments

Comments
 (0)