Skip to content

Commit

Permalink
Update README with Ruby/Redis version support (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Feb 17, 2022
1 parent f52a22d commit a7c2377
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Lint
on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

jobs:
overcommit:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Tests
on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

jobs:
rspec:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ for use in tests.

## Requirements

* Ruby 2.4+
Ruby 2.6+

The current implementation is tested against **Redis 6**. Older versions may work, but can also return different results or not support some commands.
The current implementation is tested against Redis 6.2. Older versions may work, but can also return different results or not support some commands.

## Getting Started

Expand Down

0 comments on commit a7c2377

Please sign in to comment.