1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

Update tests.yml

This commit is contained in:
Leibale Eidelman
2024-07-29 09:56:39 -04:00
committed by GitHub
parent 3973fa24e1
commit 49ef273df2

View File

@@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
node-version: ['18', '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']
steps:
- uses: actions/checkout@v4
with: