From 108ab183e1d3bd1e6bc290e2a42a971b385718ba Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Fri, 7 Oct 2022 10:24:28 +0200 Subject: [PATCH] chore: update Kubernetes versions to test against --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b36daa3162..e7ba5d1efc 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -36,7 +36,7 @@ jobs: strategy: matrix: java: [ 11, 17 ] - kubernetes: [ 'v1.22.13', 'v1.23.10', 'v1.24.4', 'v1.25.0' ] + kubernetes: [ 'v1.22.15', 'v1.23.12', 'v1.24.6', 'v1.25.2' ] steps: - uses: actions/checkout@v3 - name: Set up Java and Maven