Skip to content

Commit 1e1bbd3

Browse files
committed
test 7.4.8
1 parent 1436ec2 commit 1e1bbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/test/java/io/kafbat/ui/AbstractIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public abstract class AbstractIntegrationTest {
3838
private static final boolean IS_ARM =
3939
System.getProperty("os.arch").contains("arm") || System.getProperty("os.arch").contains("aarch64");
4040

41-
private static final String CONFLUENT_PLATFORM_VERSION = IS_ARM ? "7.8.0.arm64" : "7.8.0";
41+
private static final String CONFLUENT_PLATFORM_VERSION = IS_ARM ? "7.4.8.arm64" : "7.4.8";
4242

4343
public static final KafkaContainer kafka = new KafkaContainer(
4444
DockerImageName.parse("confluentinc/cp-kafka").withTag(CONFLUENT_PLATFORM_VERSION))

0 commit comments

Comments
 (0)