Skip to content

Commit

Permalink
fix typos on kind node tags
Browse files Browse the repository at this point in the history
Signed-off-by: Brady Todhunter <[email protected]>
  • Loading branch information
Btodhunter committed Aug 23, 2023
1 parent df2b10d commit 43b72c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ name: "Test using kind and chart-testing tool"

on:
- pull_request

jobs:
test:
strategy:
fail-fast: false
matrix:
kubernetesVersion: ["v1.23.17", "v1.24.14", "v1.25.11", "1.26.6", "1.27.3"]
kubernetesVersion: ["v1.23.17", "v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3"]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 43b72c0

Please sign in to comment.