Skip to content

Commit

Permalink
Merge pull request #90 from gocd/k8s-128
Browse files Browse the repository at this point in the history
Test against K8S 1.28
  • Loading branch information
chadlwilson authored Aug 21, 2023
2 parents bef3bc3 + 0e04798 commit 5aaf087
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ 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.23.17 # EOL 2023-02-28
- v1.23.17 # EOL 2023-02-28 (2023-10 for EKS)
- v1.24.15 # EOL 2023-07-28
- v1.25.11 # EOL 2023-10-27
- v1.26.6 # EOL 2024-02-28
- v1.27.3 # EOL 2024-06-28
- v1.28.0 # EOL 2024-10-28
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 5aaf087

Please sign in to comment.