Skip to content

Commit

Permalink
Add Ruby 3.0 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
BuonOmo committed Mar 12, 2021
1 parent 9cc8710 commit 13e3147
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ matrix:
- rvm: 2.7
gemfile: gemfiles/gemfile-2-3
env: SKIP_ADAPTERS=gson,jr_jackson,nsjsonserialization
- rvm: '3.0'
gemfile: gemfiles/gemfile-2-3
env: SKIP_ADAPTERS=gson,jr_jackson,nsjsonserialization
- rvm: ruby-head
gemfile: gemfiles/gemfile-2-3
env: SKIP_ADAPTERS=gson,jr_jackson,nsjsonserialization
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ implementations:
* Ruby 2.5
* Ruby 2.6
* Ruby 2.7
* Ruby 3.0
* [JRuby][]

If something doesn't work in one of these implementations, it's a bug.
Expand Down

0 comments on commit 13e3147

Please sign in to comment.