Skip to content

Commit

Permalink
Adjust CI to be CRuby 2.4-3.0
Browse files Browse the repository at this point in the history
Also adjust CI gemfile.
  • Loading branch information
jeremyevans committed Feb 13, 2021
1 parent 429d62c commit 6a3c52e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .ci.gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
source 'https://rubygems.org'
gemspec

gem 'rake', '<10.0.0'

if RUBY_VERSION < '2.4.0'
# Until mintest 5.12.0 is fixed
gem 'minitest', '5.11.3'
end
gem 'rake'
gem 'minitest-global_expectations'
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, "3.0", jruby-9.1.17.0, jruby-9.2.13.0 ]
ruby: [ 2.4, 2.5, 2.6, 2.7, "3.0" ]
name: ${{ matrix.ruby }}
env:
BUNDLE_GEMFILE: .ci.gemfile
Expand Down

0 comments on commit 6a3c52e

Please sign in to comment.