simplecov-ruby / simplecov

Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites
MIT License
4.76k stars 552 forks source link

Bring Ruby 2.5 and 2.6 support back #1108

Closed amatsuda closed 1 month ago

amatsuda commented 1 month ago

Before working on the next release, I'd like to revert some changes that just bumped the supported Ruby versions with no good reason.

a2750f532712dc98a97b4752e63bdd35ac5c877e made it possible to run the CI against older Rubies that were supported on the previous gem versioned 0.22.0. And now that the CI seems to be healthily working with all these Rubies, I don't see any good reason not to just keep them working.

I'm happy to bump minimum version to 2.7 or whatever if there's any benefit, for instance once we start depending on any useful Ruby 2.7 feature, but until then, let's just maintain what we already have.