Skip to content

Commit

Permalink
Merge pull request #4012 from jenting/add-k8s-1.22-ci-test
Browse files Browse the repository at this point in the history
Add Kubernetes v1.22 CI test
  • Loading branch information
sseago authored Aug 6, 2021
2 parents d98c65f + 52896e8 commit ed5809b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/crds-verify-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- 1.19.7
- 1.20.2
- 1.21.1
- 1.22.0
# All steps run in parallel unless otherwise specified.
# See https://docs.github.com/en/actions/learn-github-actions/managing-complex-workflows#creating-dependent-jobs
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-test-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- 1.19.7
- 1.20.2
- 1.21.1
- 1.22.0
fail-fast: false
steps:
- name: Check out the code
Expand Down

0 comments on commit ed5809b

Please sign in to comment.