Skip to content

Commit

Permalink
ci: drop k8s 1.21, 1.22 (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon committed Aug 27, 2024
1 parent ddc4cb1 commit 9badaf5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci-manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ on:
required: false
type: string
k8s_versions:
description: 'Kubernetes Versions (comma-separated, e.g., 1.21,1.22)'
default: "1.21,1.22,1.23,1.24,1.25,1.26,1.27,1.28,1.29,1.30"
description: 'Kubernetes Versions (comma-separated, e.g., 1.29,1.30)'
default: "1.23,1.24,1.25,1.26,1.27,1.28,1.29,1.30"
required: false
type: string
build_arguments:
Expand Down Expand Up @@ -88,12 +88,6 @@ jobs:
matrix:
k8s_version: ${{ fromJson(needs.setup.outputs.kubernetes_versions) }}
os_distro: ${{ fromJson(needs.setup.outputs.os_distros) }}
# al2023 is not supporting 1.22 and below, exclude them from CI
exclude:
- os_distro: al2023
k8s_version: 1.21
- os_distro: al2023
k8s_version: 1.22
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7
with:
Expand Down

0 comments on commit 9badaf5

Please sign in to comment.