Skip to content

Commit

Permalink
Drop Kubernetes 1.25, upgrade up to 1.29
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Vasilyev <[email protected]>
  • Loading branch information
nolar committed Jan 18, 2024
1 parent 290491a commit 6add1f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k3s: [latest, v1.27, v1.26, v1.25]
k3s: [latest, v1.28, v1.27, v1.26]
name: K3s ${{matrix.k3s}}
runs-on: ubuntu-22.04
timeout-minutes: 10 # usually 4-5 mins
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/thorough.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k3s: [latest, v1.27, v1.26, v1.25]
k3s: [latest, v1.28, v1.27, v1.26]
name: K3s ${{matrix.k3s}}
runs-on: ubuntu-22.04
timeout-minutes: 10 # usually 4-5 mins
Expand All @@ -127,7 +127,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s: [latest, v1.27.6, v1.26.9, v1.25.14]
k8s: [latest, v1.28.5, v1.27.9, v1.26.13]
name: K8s ${{matrix.k8s}}
runs-on: ubuntu-22.04
timeout-minutes: 10 # usually 4-5 mins
Expand Down

0 comments on commit 6add1f5

Please sign in to comment.