File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
src/test/resources/docker-env Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ PATH := ./work/redis-git/src:${PATH}
33ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST ) ) ) )
44PROFILE ?= ci
55SUPPORTED_TEST_ENV_VERSIONS := 8.4 8.2 8.0 7.4 7.2
6- DEFAULT_TEST_ENV_VERSION := 8.2
6+ DEFAULT_TEST_ENV_VERSION := 8.4
77REDIS_ENV_WORK_DIR := $(or ${REDIS_ENV_WORK_DIR},$(ROOT_DIR ) /work)
88
99start :
Original file line number Diff line number Diff line change 11REDIS_ENV_WORK_DIR = ../../../../work/docker
2- REDIS_VERSION = 8.2.2
3- REDIS_STACK_VERSION = 8.2.2
2+ REDIS_VERSION = 8.4.0
3+ REDIS_STACK_VERSION = 8.4.0
Original file line number Diff line number Diff line change 1+ REDIS_ENV_WORK_DIR=../../../../work/docker
2+ REDIS_VERSION=8.2.2
3+ REDIS_STACK_VERSION=8.2.2
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11x-client-libs-image : &client-libs-image
2- image : " redislabs/client-libs-test:${REDIS_VERSION:-8.2.2 }"
2+ image : " redislabs/client-libs-test:${REDIS_VERSION:-8.4.0 }"
33x-client-libs-stack-image : &client-libs-stack-image
4- image : " redislabs/client-libs-test:${REDIS_STACK_VERSION:-8.2.2 }"
4+ image : " redislabs/client-libs-test:${REDIS_STACK_VERSION:-8.4.0 }"
55
66services :
77 # Standalone Redis Servers
You can’t perform that action at this time.
0 commit comments