Skip to content

Commit

Permalink
Revert "Drop 2.6 from the CI and update README.md"
Browse files Browse the repository at this point in the history
This reverts commit 27f1f26.
  • Loading branch information
amatsuda committed Aug 30, 2024
1 parent 4c90e2b commit fbe6e9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest

env:
BUNDLE_WITHOUT: "benchmark"
JRUBY_OPTS: "--debug"
Expand All @@ -13,6 +14,7 @@ jobs:

matrix:
ruby-version:
- '2.6'
- '2.7'
- '3.0'
- '3.1'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ SimpleCov.formatter = SimpleCov::Formatter::JSONFormatter

## Ruby version compatibility

SimpleCov is built in [Continuous Integration] on Ruby 2.7+ as well as JRuby 9.3+.
SimpleCov is built in [Continuous Integration] on Ruby 2.5+ as well as JRuby 9.2+.

Note for JRuby => You need to pass JRUBY_OPTS="--debug" or create .jrubyrc and add debug.fullTrace=true

Expand Down

0 comments on commit fbe6e9a

Please sign in to comment.