We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64fca37 commit 4ea2312Copy full SHA for 4ea2312
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
node-version: ['18', '20']
20
- redis-version: ['5', '6.0', '6.2', '7.0', '7.2']
+ redis-version: ['5', '6.0', '6.2', '7.0', '7.2', '7.4-rc2']
21
steps:
22
- uses: actions/checkout@v4
23
with:
0 commit comments