Skip to content

Commit

Permalink
Merge pull request #934 from machisuke/test_against_6
Browse files Browse the repository at this point in the history
Test against redis 6.0
  • Loading branch information
byroot committed Nov 17, 2020
2 parents ed22638 + dbc06e7 commit 82ba7d5
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 82ba7d5

Please sign in to comment.