! Dropping ruby 2.2 - 2.5. 2.6 is DTM soon too.

[git-p4: depot-paths = "//src/minitest/dev/": change = 13440]
This commit is contained in:
Ryan Davis 2022-06-14 18:59:43 -08:00
parent bc89ac1139
commit 45990b5dde
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
=== 5.16.0 / 2022-06-14
* 1 major enhancement:
* 2 major enhancements:
* Added Minitest::TestTask.
* Dropping ruby 2.2 - 2.5. 2.6 is DTM soon too.
* 11 minor enhancements:

View File

@ -11,7 +11,7 @@ Hoe.spec "minitest" do
license "MIT"
require_ruby_version [">= 2.2", "< 4.0"]
require_ruby_version [">= 2.6", "< 4.0"]
end
desc "Find missing expectations"