Skip to content

Commit 72bd3a3

Browse files
authored
Merge pull request #971 from tonobo/ruby3
ci: Add ruby 3.0 tests
2 parents c449816 + 71505ed commit 72bd3a3

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
os: ["ubuntu-latest"]
3737
redis: ["6.0"]
38-
ruby: ["2.7", "2.6", "2.5", "2.4"]
38+
ruby: ["3.0", "2.7", "2.6", "2.5", "2.4"]
3939
driver: ["ruby", "hiredis", "synchrony"]
4040
runs-on: ${{ matrix.os }}
4141
env:

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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)
1+
# redis-rb [![Build Status][gh-actions-image]][gh-actions-link] [![Inline docs][inchpages-image]][inchpages-link]
22

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

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

451451
## See Also
452452

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

467467

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

0 commit comments

Comments
 (0)