Skip to content

Commit 547e515

Browse files
committed
Drop 2.7 from rubocop
1 parent d401c7f commit 547e515

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
name: Rubocop
1616
uses: theforeman/actions/.github/workflows/rubocop.yml@v0
1717
with:
18+
ruby: "3.0"
1819
command: bundle exec rubocop --parallel --format github
1920

2021
test:

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
inherit_from: .rubocop_todo.yml
22

33
AllCops:
4-
TargetRubyVersion: 2.7
4+
TargetRubyVersion: 3.0
55

66
# Don't prefer is_a? over kind_of?
77
Style/ClassCheck:

0 commit comments

Comments
 (0)