From 73af7682287ccc5d3e7cedfad0073183f87d1ee2 Mon Sep 17 00:00:00 2001 From: Vlad Gorodetsky Date: Wed, 6 May 2020 11:06:53 +0300 Subject: [PATCH] Reduce build matrix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f79a3274c..116deb5e5 100644 --- a/.github/workflows/ci.yml +++ b/.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: