diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 646fd185..cfe8a7ba 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -8,18 +8,13 @@ jobs: strategy: fail-fast: false matrix: - ruby: [2.7, 2.6, 2.5, 2.4, 2.3, 2.2] + ruby: [2.7, 2.6, 2.5, 2.4, 2.3] steps: - uses: actions/checkout@master - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - - name: Update MSYS2 - uses: MSP-Greg/msys2-action@master - with: - base: update - mingw: sqlite3 - name: Install dependencies run: | ruby -e "Dir['{,spec/**/}Gemfile.lock'].each { |f| File.write(f, File.read(f).split('BUNDLED WITH').first)}" diff --git a/.travis.yml b/.travis.yml index be05baa7..17c48a9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ env: - RUBYOPT=-W0 rvm: - - 2.2 - 2.3 - 2.4 - 2.5 diff --git a/parallel_tests.gemspec b/parallel_tests.gemspec index 484d4472..0feaafa4 100644 --- a/parallel_tests.gemspec +++ b/parallel_tests.gemspec @@ -16,5 +16,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.2.0' + s.required_ruby_version = '>= 2.3.0' end diff --git a/spec/fixtures/rails51/Gemfile.lock b/spec/fixtures/rails51/Gemfile.lock index 32f77a6d..953a112c 100644 --- a/spec/fixtures/rails51/Gemfile.lock +++ b/spec/fixtures/rails51/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../../.. specs: - parallel_tests (2.31.0) + parallel_tests (2.32.0) parallel GEM diff --git a/spec/fixtures/rails52/Gemfile.lock b/spec/fixtures/rails52/Gemfile.lock index d0f21535..d292523c 100644 --- a/spec/fixtures/rails52/Gemfile.lock +++ b/spec/fixtures/rails52/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../../.. specs: - parallel_tests (2.31.0) + parallel_tests (2.32.0) parallel GEM