Browse Source

Kafka 2.2.2 is beyond 2 months horizon

Vlad Gorodetsky 5 years ago
parent
commit
7dcd7fd7f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -10,7 +10,7 @@ jobs:
       fail-fast: false
       matrix:
         go-version: [1.12.x, 1.13.x, 1.14.x]
-        kafka-version: [2.2.2, 2.3.1, 2.4.0]
+        kafka-version: [2.3.1, 2.4.0]
         platform: [ubuntu-latest]
 
     env: