Skip to content

Commit affc51f

Browse files
authored
[Removes] Support for Ruby 2.X (#79)
* Changes rubocop target ruby version to 3. * Removes ruby 2.6 and 2.7 from build matrix
1 parent 6185150 commit affc51f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
ruby-version: ['2.6', '2.7', '3.0']
22+
ruby-version: ['3.0']
2323

2424
steps:
2525
- uses: actions/checkout@v2

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# require: rubocop-performance
33

44
AllCops:
5-
TargetRubyVersion: 2.6
5+
TargetRubyVersion: 3.0
66
NewCops: enable
77

88
Layout/CaseIndentation:

0 commit comments

Comments
 (0)