Test with Ruby 3.0.

Signed-off-by: dblock <dblock@dblock.org>
This commit is contained in:
dblock 2021-11-07 22:32:09 -05:00
parent f682d663d7
commit 9009d13bb2
No known key found for this signature in database
GPG Key ID: 75BF031B7C94E183
2 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.0
- 2.7
- 2.6
- 2.5

View File

@ -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