We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6185150 commit affc51fCopy full SHA for affc51f
2 files changed
.github/workflows/ruby.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
strategy:
21
matrix:
22
- ruby-version: ['2.6', '2.7', '3.0']
+ ruby-version: ['3.0']
23
24
steps:
25
- uses: actions/checkout@v2
.rubocop.yml
@@ -2,7 +2,7 @@
2
# require: rubocop-performance
3
4
AllCops:
5
- TargetRubyVersion: 2.6
+ TargetRubyVersion: 3.0
6
NewCops: enable
7
8
Layout/CaseIndentation:
0 commit comments