You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-12-14 09:42:12 +03:00
chore: Update default Redis version to 8.4-M01-pre in tests (#3092)
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node-version: ["18", "20", "22"]
|
||||
redis-version: ["rs-7.4.0-v1", "8.0.2", "8.2", "8.2.1-pre"]
|
||||
redis-version: ["rs-7.4.0-v1", "8.0.2", "8.2", "8.4-M01-pre"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user