Skip to content

Commit

Permalink
upgrade kind clusters and add 1.26
Browse files Browse the repository at this point in the history
Signed-off-by: James Strong <[email protected]>
  • Loading branch information
James Strong committed Dec 24, 2022
1 parent 82dec75 commit daa38cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
strategy:
matrix:
k8s: [v1.23.13, v1.24.7, v1.25.3]
k8s: [v1.23.13, v1.24.7, v1.25.3, v1.26.0]

steps:
- name: Checkout
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
strategy:
matrix:
k8s: [v1.23.13, v1.24.7, v1.25.3]
k8s: [v1.23.13, v1.24.7, v1.25.3, v1.26.0]

steps:
- name: Checkout
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
strategy:
matrix:
k8s: [v1.23.13, v1.24.7, v1.25.3]
k8s: [v1.23.13, v1.24.7, v1.25.3, v1.26.0]

steps:

Expand Down Expand Up @@ -403,7 +403,7 @@ jobs:

strategy:
matrix:
k8s: [ v1.23.13, v1.24.7, v1.25.3 ]
k8s: [v1.23.13, v1.24.7, v1.25.3, v1.26.0]

steps:
- name: Checkout
Expand Down

0 comments on commit daa38cb

Please sign in to comment.