Skip to content

Commit 85e947b

Browse files
committed
Use 8.0-M04-pre image
1 parent 83903a8 commit 85e947b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ on:
1919
redis_version:
2020
description: "Redis stack version to use for testing"
2121
required: false
22-
default: "8.0-M02"
22+
default: "8.0-M04-pre"
2323
type: choice
2424
options:
25-
- "8.0-M02"
25+
- "8.0-M04-pre"
2626
- "rs-7.4.0-v1"
2727
- "rs-7.2.0-v13"
2828

@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
make test-coverage
6363
env:
64-
REDIS_STACK_VERSION: ${{ inputs.redis_version || '8.0-M02' }}
64+
REDIS_STACK_VERSION: ${{ inputs.redis_version || '8.0-M04-pre' }}
6565
JVM_OPTS: -Xmx3200m
6666
TERM: dumb
6767
- name: Upload coverage reports to Codecov

src/test/java/io/lettuce/core/RedisContainerIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class RedisContainerIntegrationTests {
2626

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

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

3131
private static Exception initializationException;
3232

0 commit comments

Comments
 (0)