Parcourir la source

Reduce build matrix

Vlad Gorodetsky il y a 5 ans
Parent
commit
73af768228
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      .github/workflows/ci.yml

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

@@ -9,8 +9,8 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        go-version: [1.12.x, 1.13.x, 1.14.x]
-        kafka-version: [2.3.1, 2.4.1, 2.5.0]
+        go-version: [1.14.x]
+        kafka-version: [2.4.1, 2.5.0]
         platform: [ubuntu-latest]
 
     env: