Explorar o código

Merge pull request #1688 from Shopify/reduce-build-matrix

Reduce build matrix
Dominic Evans %!s(int64=6) %!d(string=hai) anos
pai
achega
8fe9db2a35
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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: