From 6463f00fdc5122acf5856185108bcf36420a2fbc Mon Sep 17 00:00:00 2001 From: Petya Slavova Date: Wed, 19 Nov 2025 12:51:37 +0200 Subject: [PATCH] Changing current version to 8.4 as it is already GA --- .github/workflows/hiredis-py-integration.yaml | 4 ++-- .github/workflows/integration.yaml | 6 +++--- docker-compose.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/hiredis-py-integration.yaml b/.github/workflows/hiredis-py-integration.yaml index a780c4d32c..6c12e9dd6f 100644 --- a/.github/workflows/hiredis-py-integration.yaml +++ b/.github/workflows/hiredis-py-integration.yaml @@ -23,8 +23,8 @@ env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # this speeds up coverage with Python 3.12: https://github.com/nedbat/coveragepy/issues/1665 COVERAGE_CORE: sysmon - CURRENT_CLIENT_LIBS_TEST_STACK_IMAGE_TAG: '8.0.2' - CURRENT_REDIS_VERSION: '8.0.2' + CURRENT_CLIENT_LIBS_TEST_STACK_IMAGE_TAG: '8.4.0' + CURRENT_REDIS_VERSION: '8.4.0' jobs: redis_version: diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index cb614d499e..ef71ec1b5f 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -29,8 +29,8 @@ env: COVERAGE_CORE: sysmon # patch releases get included in the base version image when they are published # for example after 8.2.1 is published, 8.2 image contains 8.2.1 content - CURRENT_CLIENT_LIBS_TEST_STACK_IMAGE_TAG: '8.2' - CURRENT_REDIS_VERSION: '8.2' + CURRENT_CLIENT_LIBS_TEST_STACK_IMAGE_TAG: '8.4.0' + CURRENT_REDIS_VERSION: '8.4.0' jobs: dependency-audit: @@ -76,7 +76,7 @@ jobs: max-parallel: 15 fail-fast: false matrix: - redis-version: ['8.4-GA-pre.2', '${{ needs.redis_version.outputs.CURRENT }}', '8.0.2' ,'7.4.4', '7.2.9'] + redis-version: ['${{ needs.redis_version.outputs.CURRENT }}', '8.2', '8.0.2' ,'7.4.4', '7.2.9'] python-version: ['3.10', '3.14'] parser-backend: ['plain'] event-loop: ['asyncio'] diff --git a/docker-compose.yml b/docker-compose.yml index 1699cf61af..26bc5965a1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,10 +1,10 @@ --- # image tag 8.0-RC2-pre is the one matching the 8.0 GA release x-client-libs-stack-image: &client-libs-stack-image - image: "redislabs/client-libs-test:${CLIENT_LIBS_TEST_STACK_IMAGE_TAG:-8.4-RC1-pre.2}" + image: "redislabs/client-libs-test:${CLIENT_LIBS_TEST_STACK_IMAGE_TAG:-8.4.0}" x-client-libs-image: &client-libs-image - image: "redislabs/client-libs-test:${CLIENT_LIBS_TEST_IMAGE_TAG:-8.4-RC1-pre.2}" + image: "redislabs/client-libs-test:${CLIENT_LIBS_TEST_IMAGE_TAG:-8.4.0}" services: