Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 656b43e

Browse files
minor #49467 Update Redis version to 6.2.8 for integrationtests (maxbeckers)
This PR was merged into the 5.4 branch. Discussion ---------- Update Redis version to 6.2.8 for integrationtests | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #49285 | License | MIT | Doc PR | n/a Related to #49449 to bring the redis versions all to the same version 6.2.8 /cc `@nicolas`-grekas Commits ------- a1696bf Update Redis version to 6.2.8
2 parents 3db2dd6 + a1696bf commit 656b43e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
LDAP_USERS: a
4646
LDAP_PASSWORDS: a
4747
redis:
48-
image: redis:6.0.0
48+
image: redis:6.2.8
4949
ports:
5050
- 16379:6379
5151
redis-cluster:
52-
image: grokzen/redis-cluster:latest
52+
image: grokzen/redis-cluster:6.2.8
5353
ports:
5454
- 7000:7000
5555
- 7001:7001
@@ -61,7 +61,7 @@ jobs:
6161
env:
6262
STANDALONE: 1
6363
redis-sentinel:
64-
image: bitnami/redis-sentinel:6.0
64+
image: bitnami/redis-sentinel:6.2.8
6565
ports:
6666
- 26379:26379
6767
env:

0 commit comments

Comments
 (0)