Skip to content

Commit

Permalink
[devtools] sync
Browse files Browse the repository at this point in the history
  • Loading branch information
rom-bot committed Dec 28, 2020
1 parent 0f3af92 commit 810528c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
fail-fast: false
matrix:
ruby:
- "head"
- "3.0"
- "2.7"
- "2.6"
- "2.5"
- "jruby"
include:
- ruby: "2.7"
- ruby: "3.0"
coverage: "true"
env:
COVERAGE: ${{matrix.coverage}}
Expand Down
1 change: 1 addition & 0 deletions Gemfile.devtools
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
group :test do
gem "simplecov", require: false, platforms: :ruby
gem "simplecov-cobertura", require: false, platforms: :ruby
gem "rexml", require: false

gem "warning" if RUBY_VERSION >= "2.4.0"
end
Expand Down

0 comments on commit 810528c

Please sign in to comment.