Skip to content

Commit

Permalink
drop 1.27/28 and add 1.30/31/32 k8s
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Dec 19, 2024
1 parent 39d6f2a commit 0bc0096
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/kind-e2e-cosigned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
fail-fast: false # Keep running if one leg fails.
matrix:
k8s-version:
- v1.27.x
- v1.28.x
- v1.29.x
- v1.30.x
- v1.31.x
- v1.32.x

env:
# https://github.com/google/go-containerregistry/pull/125 allows insecure registry for
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/kind-e2e-trustroot-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
fail-fast: false # Keep running if one leg fails.
matrix:
k8s-version:
- v1.27.x
- v1.28.x
- v1.29.x
- v1.30.x
- v1.31.x
- v1.32.x

env:
# https://github.com/google/go-containerregistry/pull/125 allows insecure registry for
Expand Down

0 comments on commit 0bc0096

Please sign in to comment.