Skip to content

Commit 62a816b

Browse files
committed
chore: remove support ruby<3.0
1 parent 31808f3 commit 62a816b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0 # gives the commit linter access to previous commits
2121

2222
- name: Commit message linter
23-
if: ${{ matrix.ruby == '2.5' }}
23+
if: ${{ matrix.ruby == '3.0' }}
2424
uses: wagoid/commitlint-github-action@v4
2525

2626
- uses: ruby/setup-ruby@v1

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AllCops:
22
DisabledByDefault: false
33
NewCops: enable
4-
TargetRubyVersion: 2.5
4+
TargetRubyVersion: 3.0
55

66
Layout/LineLength:
77
Enabled: false

0 commit comments

Comments
 (0)