Skip to content

Commit

Permalink
fix: Add missing comma in matrix generator (kedacore#6525)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
  • Loading branch information
JorTurFer authored Feb 4, 2025
1 parent 9f7f6b0 commit d1eb176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template-versions-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kubernetesVersion: [v1.32 v1.31, v1.30]
kubernetesVersion: [v1.32, v1.31, v1.30]
include:
- kubernetesVersion: v1.32
kindImage: kindest/node:v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027
Expand Down

0 comments on commit d1eb176

Please sign in to comment.