Skip to content

Add Redis 8 to CI test matrix #735

@abrookins

Description

@abrookins

Problem

CI currently only tests against redis/redis-stack:latest. With Redis 8 released (May 2025) and known compatibility issues, we should explicitly test multiple Redis versions.

Current CI Config

redisstack: [ "latest" ]

Proposed Change

redisstack: [ "7.4.0-v2", "latest" ]

Or use explicit version tags:

redisstack: [ "7.4.0-v2", "8.0.0" ]

Benefits

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions