Bläddra i källkod

Test against kafka 2.2

Vlad Gorodetsky 5 år sedan
förälder
incheckning
bcc00ae23d
1 ändrade filer med 1 tillägg och 1 borttagningar
  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: