From 54c9652d38ba4ca06966782da5ac9fe60b0f83f5 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Wed, 26 Jan 2022 18:43:36 -0800 Subject: [PATCH] Update repository config (#23) Signed-off-by: 1gtm <1gtm@appscode.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8946df5fc..fe5350f27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: needs: build strategy: matrix: - k8s: [v1.16.15, v1.18.19, v1.19.11, v1.20.7, v1.21.2, v1.22.4, v1.23.0] + k8s: [v1.16.15, v1.18.19, v1.19.11, v1.20.7, v1.21.2, v1.22.4, v1.23.3] steps: - uses: actions/checkout@v1