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