diff --git a/.github/workflows/agent-lint-and-test.yaml b/.github/workflows/agent-lint-and-test.yaml index 38299ce5..f4a15d15 100644 --- a/.github/workflows/agent-lint-and-test.yaml +++ b/.github/workflows/agent-lint-and-test.yaml @@ -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: diff --git a/.github/workflows/server-lint-and-test.yaml b/.github/workflows/server-lint-and-test.yaml index 3d15da9d..4f1ad9c8 100644 --- a/.github/workflows/server-lint-and-test.yaml +++ b/.github/workflows/server-lint-and-test.yaml @@ -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: diff --git a/.github/workflows/worker-lint-and-test.yaml b/.github/workflows/worker-lint-and-test.yaml index d34fb8e1..5ad0702f 100644 --- a/.github/workflows/worker-lint-and-test.yaml +++ b/.github/workflows/worker-lint-and-test.yaml @@ -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: