Skip to content

Commit 2bdcfd2

Browse files
authored
Dependencies update (RedisJSON#960)
1 parent 5889b34 commit 2bdcfd2

File tree

3 files changed

+82
-82
lines changed

3 files changed

+82
-82
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ commands:
8181
parameters:
8282
redis_version:
8383
type: string
84-
default: "6"
84+
default: "7.0"
8585
getredis_params:
8686
type: string
8787
default: ""
@@ -143,7 +143,7 @@ commands:
143143
default: ""
144144
redis_version:
145145
type: string
146-
default: "6"
146+
default: "7.0"
147147
getredis_params:
148148
type: string
149149
default: ""
@@ -341,7 +341,7 @@ jobs:
341341
parameters:
342342
redis_version:
343343
type: string
344-
default: "6"
344+
default: "7.0"
345345
persist:
346346
type: string
347347
default: "yes"
@@ -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", "unstable"]
675+
redis_version: ["6.0", "6.2", "7", "7.2-rc1", "unstable"]
676676

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

0 commit comments

Comments
 (0)