summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Doubrovkine (dB.) @dblockdotorg <dblock@dblock.org>2020-10-27 09:06:16 -0400
committerGitHub <noreply@github.com>2020-10-27 09:06:16 -0400
commit14e923d899183595abb5ee096c29e1de707fcc04 (patch)
treee4952af24e596898d98d316cdc9775f737cfd9b5
parentb741e5d7064fffd1ca4c5a6ca05b1ea6d87109ce (diff)
parent88dabceddf4eaa9d5ccbf9fd8c5a9fd817a2d4bd (diff)
downloadhashie-14e923d899183595abb5ee096c29e1de707fcc04.tar.gz
Merge pull request #538 from michaelherold/drop-testing-for-old-rubies
Drop testing for JRuby 9.0
-rw-r--r--.travis.yml1
-rw-r--r--CHANGELOG.md1
2 files changed, 1 insertions, 1 deletions
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