Skip to content

Commit

Permalink
chore: bump kubernetes in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Dec 13, 2023
1 parent aecc326 commit 5f242c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/aergia-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ jobs:
strategy:
fail-fast: false
matrix:
kindest_node_version: [v1.21.12, v1.22.9, v1.23.6, v1.24.7]
kindest_node_version: [v1.23.6, v1.24.7, v1.25.3]
experimental: [false]
include:
- kindest_node_version: v1.25.0
- kindest_node_version: v1.26.3
experimental: true
include:
- kindest_node_version: v1.27.3
experimental: true
steps:
- name: Checkout
Expand Down

0 comments on commit 5f242c5

Please sign in to comment.