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

chore: Update default Redis version to 8.4-M01-pre in tests (#3092)

This commit is contained in:
Bobby I.
2025-10-06 13:53:37 +03:00
committed by GitHub
parent 73413e086c
commit 0438865b8a
9 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ import { EntraidCredentialsProvider } from './entraid-credentials-provider';
export const testUtils = TestUtils.createFromConfig({
dockerImageName: 'redislabs/client-libs-test',
dockerImageVersionArgument: 'redis-version',
defaultDockerVersion: '8.2.1-pre'
defaultDockerVersion: '8.4-M01-pre'
});
const DEBUG_MODE_ARGS = testUtils.isVersionGreaterThan([7]) ?