Skip to content

Commit

Permalink
Test against K8S 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed May 31, 2024
1 parent 6acf16e commit 3fc49aa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
matrix:
k8s: # See https://hub.docker.com/r/kindest/node/tags for valid tags
# For relevant EOLs https://endoflife.date/kubernetes / https://endoflife.date/amazon-eks / https://endoflife.date/azure-kubernetes-service / https://endoflife.date/google-kubernetes-engine
- v1.29.2 # EOL 2025-02-28 (latest 2025-03-23 for EKS)
- v1.28.7 # EOL 2024-10-28 (latest 2024-11-30 for AKS)
- v1.27.11 # EOL 2024-06-28 (latest 2024-08-31 for GKE)
- v1.26.14 # EOL 2024-02-28 (latest 2024-06-11 for EKS)
- v1.30.0 # EOL 2025-06-28 (latest 2025-07-25 for EKS)
- v1.29.4 # EOL 2025-02-28 (latest 2025-03-23 for EKS)
- v1.28.9 # EOL 2024-10-28 (latest 2024-11-30 for AKS)
- v1.27.13 # EOL 2024-06-28 (latest 2024-08-31 for GKE)
- v1.26.15 # EOL 2024-02-28 (latest 2024-06-11 for EKS)
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 3fc49aa

Please sign in to comment.