Skip to content

Commit

Permalink
Remove Ruby 2.6 support (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsppedro authored Mar 7, 2023
1 parent 2588563 commit c3f5401
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
fail-fast: false
matrix:
ruby:
- 2.6.10
- 2.7.7
appraisal:
- rails_4_2
Expand All @@ -32,7 +31,6 @@ jobs:
- minitest
- test_unit
exclude:
- { ruby: 2.6.10, appraisal: rails_4_2 }
- { ruby: 2.7.7, appraisal: rails_5_0 }
- { ruby: 2.7.7, appraisal: rails_4_2 }
env:
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
inherit_from: .rubocop_todo.yml

AllCops:
TargetRubyVersion: 2.6
TargetRubyVersion: 2.7
Exclude:
- '*.gemspec'
Layout/AlignParameters:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ may be of use:

## Compatibility

Shoulda Context is [tested][travis] and supported against Ruby 2.6+, Rails 4.2+,
Shoulda Context is [tested][travis] and supported against Ruby 2.7+, Rails 4.2+,
Minitest 4.x, and Test::Unit 3.x.

## Versioning
Expand Down

0 comments on commit c3f5401

Please sign in to comment.