Browse Source

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

Reduce build matrix
Dominic Evans 5 years ago
parent
commit
8fe9db2a35
1 changed files with 2 additions and 2 deletions
  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: