Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0380d59

Browse files
authored
Build: dropped Redis 6.x, 7.0 (RedisJSON#1015)
1 parent 8f89d53 commit 0380d59

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ workflows:
672672
name: build-with-redis-<<matrix.redis_version>>
673673
matrix:
674674
parameters:
675-
redis_version: ["6.0", "6.2", "7.0", "7.2-rc2", "unstable"]
675+
redis_version: ["7.2-rc2", "unstable"]
676676

677677
nightly-perf-once-a-week:
678678
triggers:

build/docker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include $(ROOT)/deps/readies/mk/main
55

66
REPO=rejson
77

8-
REDIS_VERSION=7.2-rc1
8+
REDIS_VERSION=7
99

1010
OSNICK.official=bullseye
1111

ramp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: Native JSON Data Type for Redis
55
homepage: http://redisjson.io
66
license: Redis Source Available License 2.0 (RSALv2) or the Server Side Public License v1 (SSPLv1)
77
command_line_args: ""
8-
min_redis_version: "6.0"
9-
min_redis_pack_version: "6.0"
8+
min_redis_version: "7.1"
9+
min_redis_pack_version: "7.2"
1010
capabilities:
1111
- types
1212
- no_multi_key

0 commit comments

Comments
 (0)