We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3973fa2 commit 49ef273Copy full SHA for 49ef273
.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', '7.4']
+ 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