From b14a4934f7b63beec7e69f6cab4fec0016f37486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Houen?= Date: Thu, 25 Apr 2024 18:35:10 +0200 Subject: [PATCH] drop ruby 2.6 support --- .github/workflows/main.yml | 12 ------------ minitest_rerun_failed.gemspec | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ece0a8..8b0b87a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/minitest_rerun_failed.gemspec b/minitest_rerun_failed.gemspec index bd6a87e..eacd244 100644 --- a/minitest_rerun_failed.gemspec +++ b/minitest_rerun_failed.gemspec @@ -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"