Skip to content

Commit

Permalink
ci: update kubernetes version matrix in staging e2e workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Apr 12, 2022
1 parent 453f8fa commit 12d1c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
KUBERNETES_VERSION: ["v1.20.7", "v1.21.2", "v1.22.5", "v1.23.3"]
KUBERNETES_VERSION: ["v1.21.10", "v1.22.7", "v1.23.5"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -40,7 +40,7 @@ jobs:
# pinning to the sha aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0 from https://github.com/engineerd/setup-kind/releases/tag/v0.5.0
uses: engineerd/setup-kind@aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0
with:
version: "v0.11.1"
version: "v0.12.0"
image: "kindest/node:${{ matrix.KUBERNETES_VERSION }}"
- name: Test
run: |
Expand Down

0 comments on commit 12d1c99

Please sign in to comment.