We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c449816 commit 3d3baafCopy full SHA for 3d3baaf
.github/workflows/test.yaml
@@ -35,7 +35,7 @@ jobs:
35
matrix:
36
os: ["ubuntu-latest"]
37
redis: ["6.0"]
38
- ruby: ["2.7", "2.6", "2.5", "2.4"]
+ ruby: ["3.0", "2.7", "2.6", "2.5", "2.4"]
39
driver: ["ruby", "hiredis", "synchrony"]
40
runs-on: ${{ matrix.os }}
41
env:
0 commit comments