From b461d48f0cb52c07fc69f051e601c502b7b9235c Mon Sep 17 00:00:00 2001 From: okozachenko1203 Date: Fri, 17 Nov 2023 00:56:05 +1100 Subject: [PATCH] chore: Build new k8s version images /build-new-image --- .github/workflows/test.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 53142ecb..de780959 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -152,8 +152,9 @@ jobs: kube: - v1.24.16 - v1.25.12 - - v1.26.7 - - v1.27.4 + - v1.26.10 + - v1.27.7 + - v1.28.3 concurrency: group: build-images-${{ github.ref }}-${{ matrix.kube }}-${{ matrix.os_distro }} cancel-in-progress: true @@ -201,8 +202,9 @@ jobs: kube: - v1.24.16 - v1.25.12 - - v1.26.7 - - v1.27.4 + - v1.26.10 + - v1.27.7 + - v1.28.3 concurrency: group: functional-${{ github.ref }}-${{ matrix.kube }}-${{ matrix.os_distro }} cancel-in-progress: true