Skip to content

Commit 1f3284c

Browse files
committed
update hardcoded version
1 parent 9724e84 commit 1f3284c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ var RCEDocker = false
6868
// Notes version of redis we are executing tests against.
6969
// This can be used before we change the bsm fork of ginkgo for one,
7070
// which have support for label sets, so we can filter tests per redis version.
71-
var RedisVersion float64 = 7.2
71+
var RedisVersion float64 = 8.2
7272

7373
func SkipBeforeRedisVersion(version float64, msg string) {
7474
if RedisVersion < version {
@@ -95,7 +95,7 @@ var _ = BeforeSuite(func() {
9595
RedisVersion, _ = strconv.ParseFloat(strings.Trim(os.Getenv("REDIS_VERSION"), "\""), 64)
9696

9797
if RedisVersion == 0 {
98-
RedisVersion = 7.2
98+
RedisVersion = 8.2
9999
}
100100

101101
fmt.Printf("RECluster: %v\n", RECluster)

0 commit comments

Comments
 (0)