浏览代码

Test against kafka 2.2

Vlad Gorodetsky 5 年之前
父节点
当前提交
bcc00ae23d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: