Skip to content

Commit

Permalink
drop 2.6 (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Nov 5, 2022
1 parent fc09051 commit 9100734
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
strategy:
fail-fast: false # run all tests so we see which gem/ruby combinations break
matrix:
ruby: ['2.6', '2.7', '3.0', '3.1', head, jruby-head]
ruby: ['2.7', '3.0', '3.1', head, jruby-head]
os: [ubuntu-latest, windows-latest]
task: [spec]
include:
- ruby: '2.6' # lowest supported version, same as gemspec and .rubocop.yml
- ruby: '2.7' # lowest supported version, same as gemspec and .rubocop.yml
os: ubuntu-latest
task: rubocop
steps:
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AllCops:
NewCops: enable
TargetRubyVersion: 2.6
TargetRubyVersion: 2.7
SuggestExtensions: false
Exclude:
- '**/vendor/bundle/**/*'
Expand Down
2 changes: 1 addition & 1 deletion parallel_tests.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Gem::Specification.new name, ParallelTests::VERSION do |s|
s.license = "MIT"
s.executables = ["parallel_spinach", "parallel_cucumber", "parallel_rspec", "parallel_test"]
s.add_runtime_dependency "parallel"
s.required_ruby_version = '>= 2.6.0'
s.required_ruby_version = '>= 2.7.0'
end

0 comments on commit 9100734

Please sign in to comment.