Skip to content

Commit

Permalink
new k8s versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiezieziula committed Jan 29, 2024
1 parent 5193835 commit a71231d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/agent-lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
strategy:
matrix:
kubernetes:
- "1.25.8"
- "1.26.3"
- "1.26.0"
- "1.27.0"
- "1.28.0"
- "1.29.0"
fail-fast: false

steps:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/server-lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
strategy:
matrix:
kubernetes:
- "1.25.8"
- "1.26.3"
- "1.26.0"
- "1.27.0"
- "1.28.0"
- "1.29.0"
fail-fast: false

steps:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/worker-lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
strategy:
matrix:
kubernetes:
- "1.25.8"
- "1.26.3"
- "1.26.0"
- "1.27.0"
- "1.28.0"
- "1.29.0"
fail-fast: false

steps:
Expand Down

0 comments on commit a71231d

Please sign in to comment.