Skip to content

Commit

Permalink
chore: bumped to supported k8s versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed May 16, 2024
1 parent 5b5c7f2 commit a4cb4d9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
strategy:
matrix:
k8s:
- 1.23.17
- 1.24.11
- 1.25.7
- 1.26.2
- 1.26.15
- 1.27.14
- 1.28.10
- 1.29.5
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -101,10 +101,10 @@ jobs:
strategy:
matrix:
k8s:
- v1.23.13
- v1.24.7
- v1.25.3
- v1.26.2
- v1.26.15
- v1.27.14
- v1.28.10
- v1.29.5
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit a4cb4d9

Please sign in to comment.