@@ -27,25 +27,25 @@ jobs:
27
27
max-parallel : 10
28
28
matrix :
29
29
include :
30
- - {redis: '7.0 ', ruby: '3.2'}
31
- - {redis: '7.0 ', ruby: '3.2', compose: compose.ssl.yaml}
32
- - {redis: '7.0 ', ruby: '3.2', driver: 'hiredis'}
33
- - {redis: '7.0 ', ruby: '3.2', driver: 'hiredis', compose: compose.ssl.yaml}
34
- - {redis: '7.0 ', ruby: '3.2', replica: '2', compose: compose.replica.yaml}
35
- - {redis: '7.0 ', ruby: '3.2', compose: compose.auth.yaml}
36
- - {redis: '6.2 ', ruby: '3.1'}
30
+ - {redis: '7.2 ', ruby: '3.2'}
31
+ - {redis: '7.2 ', ruby: '3.2', compose: compose.ssl.yaml}
32
+ - {redis: '7.2 ', ruby: '3.2', driver: 'hiredis'}
33
+ - {redis: '7.2 ', ruby: '3.2', driver: 'hiredis', compose: compose.ssl.yaml}
34
+ - {redis: '7.2 ', ruby: '3.2', replica: '2', compose: compose.replica.yaml}
35
+ - {redis: '7.2 ', ruby: '3.2', compose: compose.auth.yaml}
36
+ - {redis: '7.0 ', ruby: '3.1'}
37
37
- {redis: '6.2', ruby: '3.0'}
38
38
- {redis: '5.0', ruby: '2.7'}
39
39
- {ruby: 'jruby'}
40
40
- {ruby: 'truffleruby'}
41
- - {task: test_cluster_state, redis: '7.0 ', replica: '2', compose: compose.replica.yaml, startup: '9'}
41
+ - {task: test_cluster_state, redis: '7.2 ', replica: '2', compose: compose.replica.yaml, startup: '9'}
42
42
- {task: test_cluster_state, redis: '6.2', replica: '2', compose: compose.replica.yaml, startup: '9'}
43
- - {task: test_cluster_broken, redis: '7.0 ', restart: 'no', startup: '6'}
43
+ - {task: test_cluster_broken, redis: '7.2 ', restart: 'no', startup: '6'}
44
44
- {task: test_cluster_broken, redis: '6.2', restart: 'no', startup: '6'}
45
- - {task: test_cluster_scale, redis: '7.0 ', compose: compose.scale.yaml, startup: '8'}
45
+ - {task: test_cluster_scale, redis: '7.2 ', compose: compose.scale.yaml, startup: '8'}
46
46
- {task: test_cluster_scale, redis: '6.2', compose: compose.scale.yaml, startup: '8'}
47
47
env :
48
- REDIS_VERSION : ${{ matrix.redis || '7.0 ' }}
48
+ REDIS_VERSION : ${{ matrix.redis || '7.2 ' }}
49
49
DOCKER_COMPOSE_FILE : ${{ matrix.compose || 'compose.yaml' }}
50
50
REDIS_CONNECTION_DRIVER : ${{ matrix.driver || 'ruby' }}
51
51
REDIS_REPLICA_SIZE : ${{ matrix.replica || '1' }}
76
76
timeout-minutes : 5
77
77
runs-on : ubuntu-latest
78
78
env :
79
- REDIS_VERSION : ' 7.0 '
79
+ REDIS_VERSION : ' 7.2 '
80
80
DOCKER_COMPOSE_FILE : ' compose.nat.yaml'
81
81
steps :
82
82
- name : Check out code
@@ -148,7 +148,7 @@ jobs:
148
148
timeout-minutes : 10
149
149
runs-on : ubuntu-latest
150
150
env :
151
- REDIS_VERSION : ' 7.0 '
151
+ REDIS_VERSION : ' 7.2 '
152
152
DOCKER_COMPOSE_FILE : ' compose.latency.yaml'
153
153
REDIS_REPLICA_SIZE : ' 2'
154
154
REDIS_CLIENT_MAX_THREADS : ' 5'
@@ -215,7 +215,7 @@ jobs:
215
215
- excessive_pipelining
216
216
- pipelining_in_moderation
217
217
env :
218
- REDIS_VERSION : ' 7.0 '
218
+ REDIS_VERSION : ' 7.2 '
219
219
DOCKER_COMPOSE_FILE : ' compose.yaml'
220
220
steps :
221
221
- name : Check out code
@@ -244,7 +244,7 @@ jobs:
244
244
timeout-minutes : 10
245
245
runs-on : ubuntu-latest
246
246
env :
247
- REDIS_VERSION : ' 7.0 '
247
+ REDIS_VERSION : ' 7.2 '
248
248
DOCKER_COMPOSE_FILE : ' compose.massive.yaml'
249
249
REDIS_SHARD_SIZE : ' 10'
250
250
REDIS_REPLICA_SIZE : ' 2'
0 commit comments