From 88dabceddf4eaa9d5ccbf9fd8c5a9fd817a2d4bd Mon Sep 17 00:00:00 2001 From: Michael Herold Date: Fri, 23 Oct 2020 22:27:23 -0500 Subject: 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]: https://github.com/jruby/jruby/blob/4fd5e619f9d1f36d7bbca8f0013bb55e4ad57e8f/SECURITY.md --- .travis.yml | 1 - CHANGELOG.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9c0873a..94983e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ rvm: - 2.1 - ruby-head - jruby-9.2.11.1 - - jruby-9.0.5.0 - jruby-head - truffleruby diff --git a/CHANGELOG.md b/CHANGELOG.md index abded32..33b5fe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 -- cgit v1.2.1