From 4679f907d05dac91a59bb8d393e5ec48fd4b5197 Mon Sep 17 00:00:00 2001 From: Aaron Kuehler Date: Fri, 17 Nov 2023 13:05:38 -0500 Subject: [PATCH] Add kube 1.12.14 to integration-tests --- .github/workflows/ci.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cfd56d750..1ec437f47 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,12 @@ jobs: needs: [check, unit-test] strategy: matrix: - kubernetes: [1.24.16, 1.25.12, 1.26.7, 1.27.3 ] + kubernetes: + - 1.21.14 + - 1.24.16 + - 1.25.12 + - 1.26.7 + - 1.27.3 steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v4