Skip to content

Commit

Permalink
Bump test k3s images to latest
Browse files Browse the repository at this point in the history
Also drops testing against EOL 1.24
  • Loading branch information
chadlwilson committed Feb 4, 2024
1 parent b494723 commit 088d541
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +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.24.15 # EOL 2023-07-28 (latest 2024-01-31 for EKS)
- v1.25.11 # EOL 2023-10-27 (latest 2024-05-01 for EKS)
- v1.26.6 # EOL 2024-02-28 (latest 2024-06-01 for EKS)
- v1.27.3 # EOL 2024-06-28 (latest 2024-08-31 for AKS)
- v1.28.0 # EOL 2024-10-28 (latest 2024-11-01 for EKS)
- v1.29.0 # EOL 2025-02-28
- v1.25.16 # EOL 2023-10-27 (latest 2024-05-01 for EKS)
- v1.26.13 # EOL 2024-02-28 (latest 2024-06-11 for EKS)
- v1.27.10 # EOL 2024-06-28 (latest 2024-07-31 for AKS)
- v1.28.6 # EOL 2024-10-28 (latest 2024-11-30 for AKS)
- v1.29.1 # EOL 2025-02-28 (latest 2025-03-23 for EKS)
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 088d541

Please sign in to comment.