Drop testing for unsupported Rubies

Per the [JRuby security policy][1], JRuby 9.2 is supported, but 9.0 is
not any longer.

JRuby 9.0 has been flaky on builds, so it's now causing a maintenance
burden.

This isn't a declaration that we won't support this version, but I
don't think it makes sense to test on them any more. In the next major
release, I would like to define a support policy.

[1]: 4fd5e619f9/SECURITY.md
This commit is contained in:
Michael Herold 2020-10-23 22:27:23 -05:00
parent b741e5d706
commit 88dabceddf
No known key found for this signature in database
GPG Key ID: 70391C233DE2F014
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,6 @@ rvm:
- 2.1
- ruby-head
- jruby-9.2.11.1
- jruby-9.0.5.0
- jruby-head
- truffleruby

View File

@ -32,6 +32,7 @@ Any violations of this scheme are considered to be bugs.
### Removed
* [#538](https://github.com/hashie/hashie/pull/538): Dropped testing for JRuby 9.0, though not support - [@michaelherold](https://github.com/michaelherold).
* Your contribution here.
### Fixed