Skip to content

Commit 8fe9db2

Browse files
authored
Merge pull request #1688 from Shopify/reduce-build-matrix
Reduce build matrix
2 parents 9c1c364 + 73af768 commit 8fe9db2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
go-version: [1.12.x, 1.13.x, 1.14.x]
13-
kafka-version: [2.3.1, 2.4.1, 2.5.0]
12+
go-version: [1.14.x]
13+
kafka-version: [2.4.1, 2.5.0]
1414
platform: [ubuntu-latest]
1515

1616
env:

0 commit comments

Comments
 (0)