Skip to content

Commit

Permalink
Update e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaSchwarze0 committed May 6, 2024
1 parent b34b5fe commit 4276e04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
fail-fast: false
matrix:
kubernetes:
- v1.25.11
- v1.28.0
- v1.27.11
- v1.29.2
max-parallel: 2
runs-on: ubuntu-latest

Expand All @@ -28,14 +28,14 @@ jobs:

- uses: helm/kind-action@v1
with:
version: v0.20.0
version: v0.22.0
node_image: kindest/node:${{ matrix.kubernetes }}
cluster_name: kind
config: test/kind/config.yaml
wait: 120s
- uses: shipwright-io/setup@v1
with:
tekton-version: v0.47.4
tekton-version: v0.50.5
shipwright-ref: main
cli-ref: _ignore

Expand Down

0 comments on commit 4276e04

Please sign in to comment.