File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed
src/test/resources/docker-env Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 24
24
fail-fast : false
25
25
matrix :
26
26
redis_version :
27
+ - " 8.2"
27
28
- " 8.0"
28
29
- " 7.4"
29
30
- " 7.2"
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ SHELL := /bin/bash
2
2
PATH := ./work/redis-git/src:${PATH}
3
3
ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST ) ) ) )
4
4
PROFILE ?= ci
5
- SUPPORTED_TEST_ENV_VERSIONS := 8.0 7.4 7.2
6
- DEFAULT_TEST_ENV_VERSION := 8.0
5
+ SUPPORTED_TEST_ENV_VERSIONS := 8.2 8. 0 7.4 7.2
6
+ DEFAULT_TEST_ENV_VERSION := 8.2
7
7
REDIS_ENV_WORK_DIR := $(or ${REDIS_ENV_WORK_DIR},$(ROOT_DIR ) /work)
8
8
9
9
start :
Original file line number Diff line number Diff line change 1
1
REDIS_ENV_WORK_DIR = ../../../../work/docker
2
- REDIS_VERSION = 8.0.2
3
- REDIS_STACK_VERSION = 8.0.2
2
+ REDIS_VERSION = 8.2-RC1-pre
3
+ REDIS_STACK_VERSION = 8.2-RC1-pre
Original file line number Diff line number Diff line change
1
+ REDIS_ENV_WORK_DIR=../../../../work/docker
2
+ REDIS_VERSION=8.0.2
3
+ REDIS_STACK_VERSION=8.0.2
Original file line number Diff line number Diff line change 1
1
x-client-libs-image : &client-libs-image
2
- image : " redislabs/client-libs-test:${REDIS_VERSION:-8.0.2 }"
2
+ image : " redislabs/client-libs-test:${REDIS_VERSION:-8.2-RC1-pre }"
3
3
x-client-libs-stack-image : &client-libs-stack-image
4
- image : " redislabs/client-libs-test:${REDIS_STACK_VERSION:-8.0.2 }"
4
+ image : " redislabs/client-libs-test:${REDIS_STACK_VERSION:-8.2-RC1-pre }"
5
5
6
6
services :
7
7
# Standalone Redis Servers
You can’t perform that action at this time.
0 commit comments