Skip to content

Commit

Permalink
drop ruby 2.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
houen committed Apr 25, 2024
1 parent 91a2f77 commit b14a493
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/main.yml
Expand Up @@ -26,15 +26,3 @@ jobs:
bundler-cache: true
- name: Run rake test
run: bundle exec rake test

rake_test_ruby_2_6:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.8
bundler-cache: true
- name: Run rake test
run: bundle exec rake test
2 changes: 1 addition & 1 deletion minitest_rerun_failed.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = "Easily rerun failed tests with Minitest"
spec.homepage = "https://www.github.com/houen/minitest-rerun-failed"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.6.0"
spec.required_ruby_version = ">= 2.7.0"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://www.github.com/houen/minitest-rerun-failed"
Expand Down

0 comments on commit b14a493

Please sign in to comment.