Skip to content

Commit aa0fc72

Browse files
authored
Drop test environment for confluent 5.4 since the docker image has been removed (DataDog#20968)
1 parent 1fdfb32 commit aa0fc72

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

confluent_platform/hatch.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22

33
[[envs.default.matrix]]
44
python = ["3.12"]
5-
version = ["5.4", "6.2"]
5+
version = ["6.2"]
66

77
[envs.default.overrides]
88
matrix.version.env-vars = [
9-
{ key = "CONFLUENT_VERSION", value = "5.4.0", if = ["5.4"] },
10-
{ key = "CONFLUENT_VERSION_CONNECT", value = "0.2.0-5.4.0", if = ["5.4"] },
11-
{ key = "CONFLUENT_KSQLDB_NAME", value = "ksql", if = ["5.4"] },
12-
139
{ key = "CONFLUENT_VERSION", value = "6.2.0", if = ["6.2"] },
1410
{ key = "CONFLUENT_VERSION_CONNECT", value = "0.5.0-6.2.0", if = ["6.2"] },
1511
{ key = "CONFLUENT_KSQLDB_NAME", value = "ksqldb", if = ["6.2"] },

0 commit comments

Comments
 (0)