Browse Source

Test against kafka 2.2

Vlad Gorodetsky 5 years ago
parent
commit
bcc00ae23d
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]
-        kafka-version: [2.3.1, 2.4.0]
+        kafka-version: [2.2.2, 2.3.1, 2.4.0]
         platform: [ubuntu-latest]
 
     env: