Skip to content

Commit

Permalink
Use 8.0-M04-pre image
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 committed Jan 29, 2025
1 parent 83903a8 commit eccf7b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ on:
redis_version:
description: "Redis stack version to use for testing"
required: false
default: "8.0-M02"
default: "8.0-M04-pre"
type: choice
options:
- "8.0-M02"
- "8.0-M04-pre"
- "rs-7.4.0-v1"
- "rs-7.2.0-v13"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class RedisContainerIntegrationTests {

private static final String REDIS_STACK_CLUSTER = "clustered-stack";

private static final String REDIS_STACK_VERSION = System.getProperty("REDIS_STACK_VERSION", "8.0-M02");;
private static final String REDIS_STACK_VERSION = System.getProperty("REDIS_STACK_VERSION", "8.0-M04-pre");;

private static Exception initializationException;

Expand Down

0 comments on commit eccf7b3

Please sign in to comment.