File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
src/test/resources/docker-env Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2626 fail-fast : false
2727 matrix :
2828 redis_version :
29+ - " 8.4"
2930 - " 8.2"
3031 - " 8.0"
3132 - " 7.4"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ SHELL := /bin/bash
22PATH := ./work/redis-git/src:${PATH}
33ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST ) ) ) )
44PROFILE ?= ci
5- SUPPORTED_TEST_ENV_VERSIONS := 8.2 8.0 7.4 7.2
5+ SUPPORTED_TEST_ENV_VERSIONS := 8.4 8. 2 8.0 7.4 7.2
66DEFAULT_TEST_ENV_VERSION := 8.2
77REDIS_ENV_WORK_DIR := $(or ${REDIS_ENV_WORK_DIR},$(ROOT_DIR ) /work)
88
Original file line number Diff line number Diff line change 1+ REDIS_ENV_WORK_DIR=../../../../work/docker
2+ REDIS_VERSION=8.4-M01-pre
3+ REDIS_STACK_VERSION=8.4-M01-pre
You can’t perform that action at this time.
0 commit comments