summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordblock <dblock@dblock.org>2021-11-07 22:32:09 -0500
committerdblock <dblock@dblock.org>2021-11-07 22:32:09 -0500
commit9009d13bb258673640aee8bd8734df7b67a49810 (patch)
treecdcf93f3ad130c40e11542c625a0ce8ea4a7e19d
parentf682d663d7cc740f0c5575fe2435f1750d6d7957 (diff)
downloadhashie-9009d13bb258673640aee8bd8734df7b67a49810.tar.gz
Test with Ruby 3.0.
Signed-off-by: dblock <dblock@dblock.org>
-rw-r--r--.github/workflows/main.yml1
-rw-r--r--CHANGELOG.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index e57056b..55a3b9b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -52,6 +52,7 @@ jobs:
fail-fast: false
matrix:
ruby:
+ - 3.0
- 2.7
- 2.6
- 2.5
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e54f31f..0a34e0a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,7 @@ Any violations of this scheme are considered to be bugs.
* [#524](https://github.com/hashie/hashie/pull/524): Test with Ruby 2.7 - [@aried3r](https://github.com/aried3r).
* [#525](https://github.com/hashie/hashie/pull/525): Use `indifferent_writer` in `IndifferentAccess#convert!` - [@yogeshjain999](https://github.com/yogeshjain999).
* [#527](https://github.com/hashie/hashie/pull/527): Updated Copyright to (c) 2009-2020 Intridea, Inc., and Contributors - [@dblock](https://github.com/dblock).
+* [#555](https://github.com/hashie/hashie/pull/555): Test with Ruby 3.0 - [@dblock](https://github.com/dblock).
* Your contribution here.
### Deprecated