1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-01 16:46:54 +03:00

chore(tests): bump test container version 8.0.2 (#2997)

This commit is contained in:
Nikolay Karadzhov
2025-06-16 10:20:49 +03:00
committed by GitHub
parent 62ac8b7c32
commit 5d205cf161
8 changed files with 8 additions and 8 deletions

View File

@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
node-version: ["18", "20", "22"]
redis-version: ["rs-7.2.0-v13", "rs-7.4.0-v1", "8.0.1-pre"]
redis-version: ["rs-7.2.0-v13", "rs-7.4.0-v1", "8.0.2"]
steps:
- uses: actions/checkout@v4
with: