Skip to content

Commit

Permalink
Updated the k8s version matrix
Browse files Browse the repository at this point in the history
Signed-off-by: nsathyaseelan <[email protected]>
  • Loading branch information
nsathyaseelan committed Feb 21, 2024
1 parent a7123d5 commit 3c429d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chainsaw-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: ChainSaw Test
on:
push:
branches:
- 'main'
- 'release-chart-1.10'

pull_request:
branches:
- 'main'
- 'release-chart-1.10'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s-version: [v1.29.2, v1.28.7, v1.27.11, v1.26.14, v1.25.16]
k8s-version: [v1.29.2, v1.28.7, v1.27.11, v1.26.14, v1.25.16, v1.24.12, v1.23.17]
# For n4k-versions 1.10
n4k-chart-version: [3.0.18]

Expand Down

0 comments on commit 3c429d7

Please sign in to comment.