Skip to content

Commit 656d451

Browse files
vdemeesterclaude
authored andcommitted
chore: update test matrix for Tekton Pipelines v1.9.0
Update the CI test matrix to use the latest Tekton Pipelines releases: - latest: v1.9.0 - lts-latest: v1.9.0 (new LTS) - lts-latest-minus-one: v1.6.0 - lts-latest-minus-two: v1.3.0 - lts-latest-minus-three: v1.0.0 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 09f70e6 commit 656d451

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ jobs:
4848

4949
include:
5050
- tekton-version: latest
51-
pipeline-version: v1.7.0
51+
pipeline-version: v1.9.0
5252
- tekton-version: lts-latest
53-
pipeline-version: v1.6.0
53+
pipeline-version: v1.9.0
5454
- tekton-version: lts-latest-minus-one
55-
pipeline-version: v1.3.0
55+
pipeline-version: v1.6.0
5656
- tekton-version: lts-latest-minus-two
57-
pipeline-version: v1.0.0
57+
pipeline-version: v1.3.0
5858
- tekton-version: lts-latest-minus-three
59-
pipeline-version: v0.68.1
59+
pipeline-version: v1.0.0
6060

6161
env:
6262
KO_DOCKER_REPO: registry.local:5000/tekton

0 commit comments

Comments
 (0)