Ver Fonte

Test against kafka 2.2

Vlad Gorodetsky há 6 anos atrás
pai
commit
bcc00ae23d
1 ficheiros alterados com 1 adições e 1 exclusões
  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: