Skip to content

Commit

Permalink
Update seatunnel test container version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
CheneyYin committed Aug 17, 2023
1 parent ed5eadc commit b8721f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public enum TestContainerId {
FLINK_1_16(FLINK, "1.16.0"),
SPARK_2_4(SPARK, "2.4.6"),
SPARK_3_3(SPARK, "3.3.0"),
SEATUNNEL(EngineType.SEATUNNEL, "2.3.1");
SEATUNNEL(EngineType.SEATUNNEL, "latest");

private final EngineType engineType;
private final String version;
Expand Down

0 comments on commit b8721f7

Please sign in to comment.