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

bump test container to 8.0-RC2-pre (#2927)

This commit is contained in:
Bobby I.
2025-04-29 10:56:38 +03:00
committed by GitHub
parent 4d659f0b44
commit 5295926cc0
2 changed files with 2 additions and 95 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-M05-pre' ]
redis-version: [ 'rs-7.2.0-v13', 'rs-7.4.0-v1', '8.0-RC2-pre' ]
steps:
- uses: actions/checkout@v4
with: