Skip to content

Commit

Permalink
test against redis 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
machisuke committed Sep 8, 2020
1 parent af087c5 commit dbc06e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
redis: ["5.0"]
redis: ["6.0"]
ruby: ["2.7", "2.6", "2.5", "2.4"]
driver: ["ruby", "hiredis", "synchrony"]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit dbc06e7

Please sign in to comment.