File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/test/java/io/lettuce/core Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
redis_version :
20
20
description : " Redis stack version to use for testing"
21
21
required : false
22
- default : " 8.0-M02 "
22
+ default : " 8.0-M04-pre "
23
23
type : choice
24
24
options :
25
- - " 8.0-M02 "
25
+ - " 8.0-M04-pre "
26
26
- " rs-7.4.0-v1"
27
27
- " rs-7.2.0-v13"
28
28
61
61
run : |
62
62
make test-coverage
63
63
env :
64
- REDIS_STACK_VERSION : ${{ inputs.redis_version || '8.0-M02 ' }}
64
+ REDIS_STACK_VERSION : ${{ inputs.redis_version || '8.0-M04-pre ' }}
65
65
JVM_OPTS : -Xmx3200m
66
66
TERM : dumb
67
67
- name : Upload coverage reports to Codecov
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public class RedisContainerIntegrationTests {
26
26
27
27
private static final String REDIS_STACK_CLUSTER = "clustered-stack" ;
28
28
29
- private static final String REDIS_STACK_VERSION = System .getProperty ("REDIS_STACK_VERSION" , "8.0-M02 " );;
29
+ private static final String REDIS_STACK_VERSION = System .getProperty ("REDIS_STACK_VERSION" , "8.0-M04-pre " );;
30
30
31
31
private static Exception initializationException ;
32
32
You can’t perform that action at this time.
0 commit comments