1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

tests: bumped the version of the 8 docker test image to '8.0-M05-pre' (#2909)

This commit is contained in:
Hristo Temelski
2025-03-18 15:24:11 +02:00
committed by GitHub
parent ca85f8268d
commit a7feb60e0a
9 changed files with 12 additions and 11 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.0-M04-pre'
defaultDockerVersion: '8.0-M05-pre'
});
const DEBUG_MODE_ARGS = testUtils.isVersionGreaterThan([7]) ?