Skip to content

Commit

Permalink
Drop support for Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Jan 31, 2024
1 parent a75d6d5 commit 0480e46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ["3.2", "3.1", "3.0", "2.7"]
sidekiq-version: ["~> 5.2", "~> 6.5", "~> 7"]
ruby-version: ["3.2", "3.1", "3.0"]
sidekiq-version: ["~> 7"]
# Service containers to run with `runner-job`
services:
# Label used to access the service container
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ inherit_gem:
rubocop-shopify: rubocop.yml

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

Expand Down

0 comments on commit 0480e46

Please sign in to comment.