Skip to content

Commit

Permalink
Merge pull request #1688 from Shopify/reduce-build-matrix
Browse files Browse the repository at this point in the history
Reduce build matrix
  • Loading branch information
dnwe committed May 6, 2020
2 parents 9c1c364 + 73af768 commit 8fe9db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 8fe9db2

Please sign in to comment.