Skip to content

Commit

Permalink
(chore): run e2e on multiple k8s versions
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijith-darshan committed Nov 4, 2024
1 parent 4739a3f commit 4f5bf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s-version: [ "v1.29.8"]
k8s-version: [ "v1.29.8", "v1.30.4", "v1.31.0" ]
e2es: ${{fromJson(needs.init.outputs.tests)}}
steps:
- name: "Checkout"
Expand Down

0 comments on commit 4f5bf10

Please sign in to comment.