Skip to content

Commit

Permalink
cover 1.25-1.28 consistently
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Nov 6, 2023
1 parent b107e71 commit 629b662
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/add-remove-new-fulcio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
fail-fast: false # Keep running if one leg fails.
matrix:
k8s-version:
- v1.25.x
- v1.26.x
- v1.27.x
- v1.28.x

leg:
- fulcio-key-rotation
Expand Down Expand Up @@ -86,7 +89,7 @@ jobs:
- name: Setup Knative
uses: chainguard-dev/actions/setup-knative@main
with:
version: "1.8.x"
version: "1.10.x"
serving-features: >
{
"kubernetes.podspec-fieldref": "enabled"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-action-tuf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
fail-fast: false # Keep running if one leg fails.
matrix:
k8s-version:
- v1.24.x
- v1.25.x
- v1.26.x
- v1.27.x
- v1.28.x
release-version:
- "main" # Test explicitly with latest
go-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
fail-fast: false # Keep running if one leg fails.
matrix:
k8s-version:
- v1.24.x
- v1.25.x
- v1.26.x
- v1.27.x
- v1.28.x
leg:
- fulcio rekor ctlog e2e
go-version:
Expand Down

0 comments on commit 629b662

Please sign in to comment.