Skip to content

Commit ab6ad4e

Browse files
authored
Test on Redis 7 (RedisJSON#650)
1 parent 054d666 commit ab6ad4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ workflows:
521521
<<: *on-integ-and-version-tags
522522
matrix:
523523
parameters:
524-
redis_version: ["6.0", "6.2"]
524+
redis_version: ["6.0", "6.2", "7.0"]
525525
- build-platforms:
526526
<<: *on-integ-and-version-tags
527527
context: common
@@ -586,6 +586,6 @@ workflows:
586586
name: build-with-redis-<<matrix.redis_version>>
587587
matrix:
588588
parameters:
589-
redis_version: ["6.0", "6.2"]
589+
redis_version: ["6.0", "6.2", "7.0"]
590590
- benchmarks:
591591
context: common

0 commit comments

Comments
 (0)