From c6994ec3b467ac2b7beebc66c784500d5f9ad138 Mon Sep 17 00:00:00 2001 From: remche Date: Mon, 13 Jun 2022 21:29:36 +0200 Subject: [PATCH] ci: bump k3s version --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 12b3959..3a544a2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,9 +17,9 @@ jobs: matrix: include: - K3S_VERSION: "latest" + - K3S_VERSION: "v1.23" - K3S_VERSION: "v1.22" - K3S_VERSION: "v1.21" - - K3S_VERSION: "v1.20" steps: - uses: actions/checkout@v3 - name: Setup /etc/hosts