about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2024-06-13 15:04:14 +0100
committerSarah Brofeldt <sarah@qtr.dk>2024-06-17 09:15:54 +0200
commit412cce1388910d95980aa06f9fcb687f258240a0 (patch)
tree5f3c14ad54089d29d59b6ee47555856bfb4ca4fb /nixos/tests
parent03e0cf25d9bb0adb292bc8abfc9517f193288d71 (diff)
apacheKafka: Drop 3.5 series
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/kafka.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/kafka.nix b/nixos/tests/kafka.nix
index 37947ab5c504d..8f843e1fc37da 100644
--- a/nixos/tests/kafka.nix
+++ b/nixos/tests/kafka.nix
@@ -103,7 +103,6 @@ let
   }) { inherit system; });
 
 in with pkgs; {
-  kafka_3_5 = makeKafkaTest "kafka_3_5" { kafkaPackage = apacheKafka_3_5; };
   kafka_3_6 = makeKafkaTest "kafka_3_6" { kafkaPackage = apacheKafka_3_6; };
   kafka_3_7 = makeKafkaTest "kafka_3_7" { kafkaPackage = apacheKafka_3_7; };
   kafka = makeKafkaTest "kafka" { kafkaPackage = apacheKafka; };