Skip to content

Commit 7556cf2

Browse files
authored
ci: bump redis server version from 7.0.1 to 7.0.5 for testing (#180)
1 parent 6bd5bd8 commit 7556cf2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
redis: ['7.0.1', '6.2.7']
41+
redis: ['7.0.5', '6.2.7']
4242
ruby: ['3.1', '3.0', '2.7']
4343
driver: ['ruby', 'hiredis']
4444
docker: ['compose.yaml', 'compose.ssl.yaml']
@@ -74,7 +74,7 @@ jobs:
7474
fail-fast: false
7575
runs-on: ubuntu-latest
7676
env:
77-
REDIS_VERSION: '7.0.1'
77+
REDIS_VERSION: '7.0.5'
7878
REDIS_REPLICA_SIZE: '2'
7979
DOCKER_COMPOSE_FILE: 'compose.replica.yaml'
8080
steps:
@@ -132,7 +132,7 @@ jobs:
132132
strategy:
133133
fail-fast: false
134134
matrix:
135-
redis: ['7.0.1', '6.2.7']
135+
redis: ['7.0.5', '6.2.7']
136136
runs-on: ubuntu-latest
137137
env:
138138
REDIS_VERSION: ${{ matrix.redis }}
@@ -164,7 +164,7 @@ jobs:
164164
strategy:
165165
fail-fast: false
166166
matrix:
167-
redis: ['7.0.1', '6.2.7']
167+
redis: ['7.0.5', '6.2.7']
168168
runs-on: ubuntu-latest
169169
env:
170170
REDIS_VERSION: ${{ matrix.redis }}
@@ -196,7 +196,7 @@ jobs:
196196
strategy:
197197
fail-fast: false
198198
matrix:
199-
redis: ['7.0.1', '6.2.7']
199+
redis: ['7.0.5', '6.2.7']
200200
runs-on: ubuntu-latest
201201
env:
202202
REDIS_VERSION: ${{ matrix.redis }}
@@ -228,7 +228,7 @@ jobs:
228228
fail-fast: false
229229
runs-on: ubuntu-latest
230230
env:
231-
REDIS_VERSION: '7.0.1'
231+
REDIS_VERSION: '7.0.5'
232232
DOCKER_COMPOSE_FILE: 'compose.nat.yaml'
233233
steps:
234234
- name: Check out code
@@ -288,7 +288,7 @@ jobs:
288288
fail-fast: false
289289
runs-on: ubuntu-latest
290290
env:
291-
REDIS_VERSION: '7.0.1'
291+
REDIS_VERSION: '7.0.5'
292292
DOCKER_COMPOSE_FILE: 'compose.latency.yaml'
293293
REDIS_REPLICA_SIZE: '2'
294294
REDIS_CLIENT_MAX_THREADS: '5'
@@ -352,7 +352,7 @@ jobs:
352352
mode: ['single', 'excessive_pipelining', 'pipelining_in_moderation']
353353
runs-on: ubuntu-latest
354354
env:
355-
REDIS_VERSION: '7.0.1'
355+
REDIS_VERSION: '7.0.5'
356356
DOCKER_COMPOSE_FILE: 'compose.yaml'
357357
steps:
358358
- name: Check out code

0 commit comments

Comments
 (0)