Skip to content

Commit

Permalink
Update k8s versions on CI (#10406)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikatz committed Sep 11, 2023
1 parent 14b8979 commit c7c5407
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

- name: Prepare Host
run: |
curl -LO https://dl.k8s.io/release/v1.25.5/bin/linux/amd64/kubectl
curl -LO https://dl.k8s.io/release/v1.27.3/bin/linux/amd64/kubectl
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
strategy:
matrix:
k8s: [v1.24.15, v1.25.11, v1.26.6, v1.27.3]
k8s: [v1.25.11, v1.26.6, v1.27.3, v1.28.0]

steps:
- name: Checkout
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
strategy:
matrix:
k8s: [v1.24.15, v1.25.11, v1.26.6, v1.27.3]
k8s: [v1.25.11, v1.26.6, v1.27.3, v1.28.0]

steps:
- name: Checkout
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
strategy:
matrix:
k8s: [v1.24.15, v1.25.11, v1.26.6, v1.27.3]
k8s: [v1.25.11, v1.26.6, v1.27.3, v1.28.0]

steps:
- name: Checkout
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
strategy:
matrix:
k8s: [v1.24.15, v1.25.11, v1.26.6, v1.27.3]
k8s: [v1.25.11, v1.26.6, v1.27.3, v1.28.0]

steps:

Expand Down Expand Up @@ -442,7 +442,7 @@ jobs:

strategy:
matrix:
k8s: [v1.24.15, v1.25.11, v1.26.6, v1.27.3]
k8s: [v1.25.11, v1.26.6, v1.27.3, v1.28.0]

steps:
- name: Checkout
Expand Down

0 comments on commit c7c5407

Please sign in to comment.