Skip to content

Commit

Permalink
chore: confluent platform version bump
Browse files Browse the repository at this point in the history
Confluent released their distro of Kafka 3.0 as Confluent 7.0
  • Loading branch information
lizthegrey authored Nov 23, 2021
1 parent 99c86c9 commit 765c2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func prepareDockerTestEnvironment(ctx context.Context, env *testEnvironment) err
var confluentPlatformVersion string
switch env.KafkaVersion {
case "3.0.0":
confluentPlatformVersion = "6.2.0"
confluentPlatformVersion = "7.0.0"
case "2.8.1":
confluentPlatformVersion = "6.2.0"
case "2.7.1":
Expand Down

0 comments on commit 765c2f6

Please sign in to comment.