Skip to content

Commit

Permalink
Remove 2.7, add 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rgalanakis committed Apr 12, 2024
1 parent 673e5b5 commit 309ee20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.2', '3.1', '3.0', '2.7']
ruby-version: ['3.3', '3.2', '3.1', '3.0']
services:
redis:
image: redis
Expand Down
6 changes: 4 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ require:
- rubocop-performance

AllCops:
NewCops: enable
NewCops: disable
SuggestExtensions: false
TargetRubyVersion: 2.7
TargetRubyVersion: 3.0

Gemspec/DevelopmentDependencies:
Enabled: false
Expand Down Expand Up @@ -87,6 +87,8 @@ Style/Documentation:
Enabled: false
Style/FormatString:
EnforcedStyle: percent
Style/HashEachMethods:
Enabled: false
Style/NumericPredicate:
AllowedMethods: ['where']
Style/RedundantReturn:
Expand Down

0 comments on commit 309ee20

Please sign in to comment.