Skip to content

Commit

Permalink
ci : Add Kubernetes 1.29.0 to E2E tests Kubernetes version matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
  • Loading branch information
rohanKanojia committed Jan 4, 2024
1 parent b6a2ed5 commit 38dde11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kubernetes: [v1.28.1,v1.27.5, v1.26.8, v1.25.13, v1.20.15, v1.19.16]
kubernetes: [v1.29.0,v1.28.1,v1.27.5, v1.26.8, v1.25.13, v1.20.15, v1.19.16]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kubernetes: [v1.28.1]
kubernetes: [v1.29.0, v1.28.1]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 38dde11

Please sign in to comment.