Skip to content

Commit

Permalink
chore: update kubernetes versions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed May 30, 2024
1 parent e6aae71 commit 3a687c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/aergia-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
strategy:
fail-fast: false
matrix:
kindest_node_version: [v1.23.6, v1.24.7, v1.25.3]
kindest_node_version: [v1.25.3, v1.26.3, v1.27.3]
experimental: [false]
include:
- kindest_node_version: v1.26.3
- kindest_node_version: v1.28.3
experimental: true
- kindest_node_version: v1.27.3
- kindest_node_version: v1.29.3
experimental: true
steps:
- name: Checkout
Expand Down

0 comments on commit 3a687c4

Please sign in to comment.