Skip to content

Commit

Permalink
Merge pull request #971 from tonobo/ruby3
Browse files Browse the repository at this point in the history
ci: Add ruby 3.0 tests
  • Loading branch information
byroot authored Jan 15, 2021
2 parents c449816 + 71505ed commit 72bd3a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
matrix:
os: ["ubuntu-latest"]
redis: ["6.0"]
ruby: ["2.7", "2.6", "2.5", "2.4"]
ruby: ["3.0", "2.7", "2.6", "2.5", "2.4"]
driver: ["ruby", "hiredis", "synchrony"]
runs-on: ${{ matrix.os }}
env:
Expand Down
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# redis-rb [![Build Status][travis-image]][travis-link] [![Inline docs][inchpages-image]][inchpages-link] ![](https://github.com/redis/redis-rb/workflows/Test/badge.svg?branch=master)
# redis-rb [![Build Status][gh-actions-image]][gh-actions-link] [![Inline docs][inchpages-image]][inchpages-link]

A Ruby client that tries to match [Redis][redis-home]' API one-to-one, while still
providing an idiomatic interface.
Expand Down Expand Up @@ -446,7 +446,7 @@ redis = Redis.new(:driver => :synchrony)
## Testing

This library is tested against recent Ruby and Redis versions.
Check [Travis][travis-link] for the exact versions supported.
Check [Github Actions][gh-actions-link] for the exact versions supported.

## See Also

Expand All @@ -465,12 +465,11 @@ client and evangelized Redis in Rubyland. Thank you, Ezra.
requests.


[inchpages-image]: https://inch-ci.org/github/redis/redis-rb.svg
[inchpages-link]: https://inch-ci.org/github/redis/redis-rb
[redis-commands]: https://redis.io/commands
[redis-home]: https://redis.io
[redis-url]: http://www.iana.org/assignments/uri-schemes/prov/redis
[travis-home]: https://travis-ci.org/
[travis-image]: https://secure.travis-ci.org/redis/redis-rb.svg?branch=master
[travis-link]: https://travis-ci.org/redis/redis-rb
[rubydoc]: http://www.rubydoc.info/gems/redis
[inchpages-image]: https://inch-ci.org/github/redis/redis-rb.svg
[inchpages-link]: https://inch-ci.org/github/redis/redis-rb
[redis-commands]: https://redis.io/commands
[redis-home]: https://redis.io
[redis-url]: http://www.iana.org/assignments/uri-schemes/prov/redis
[gh-actions-image]: https://github.com/redis/redis-rb/workflows/Test/badge.svg
[gh-actions-link]: https://github.com/redis/redis-rb/actions
[rubydoc]: http://www.rubydoc.info/gems/redis

0 comments on commit 72bd3a3

Please sign in to comment.