Skip to content

Commit fe78b2c

Browse files
authored
eng: CI/local docker images: unify 8.2.1-pre => 8.2.1 (#443)
unify 8.2.1-pre => 8.2.1
1 parent 1e3bcca commit fe78b2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
max-parallel: 15
3838
fail-fast: false
3939
matrix:
40-
redis-version: [ '8.2.1-pre', '${{ needs.redis_version.outputs.CURRENT }}', '7.4.1', '7.2.6', '6.2.16']
40+
redis-version: [ '8.2.1', '${{ needs.redis_version.outputs.CURRENT }}', '7.4.1', '7.2.6', '6.2.16']
4141
dotnet-version: ['8.0', '9.0']
4242
env:
4343
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

tests/dockers/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- all
2222

2323
cluster:
24-
image: ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:8.2.1-pre}
24+
image: ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:8.2.1}
2525
container_name: redis-cluster
2626
environment:
2727
- REDIS_CLUSTER=yes

0 commit comments

Comments
 (0)