Skip to content

Commit

Permalink
Update CI configuration to also test against k8s 1.28. (#229)
Browse files Browse the repository at this point in the history
* Update CI configuration to also test against k8s 1.28.

* Fix version matrix.
  • Loading branch information
mgruner authored Nov 7, 2023
1 parent a36771c commit 3db0ffd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ jobs:
strategy:
matrix:
k8s:
- v1.25.11
- v1.26.6
- v1.27.3
- v1.25.14
- v1.26.10
- v1.27.7
- v1.28.3
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -87,9 +88,11 @@ jobs:
strategy:
matrix:
k8s:
# Versions of kindest/node
- v1.25.11
- v1.26.6
- v1.27.3
- v1.28.0
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 3db0ffd

Please sign in to comment.