Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# https://submariner.io/development/building-testing/ci-maintenance/
- k8s_version: '1.21'
# Bottom of supported K8s version range
- k8s_version: '1.26'
- k8s_version: '1.29'
steps:
- name: Check out the repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flake_finder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
globalnet: ['', 'globalnet']
deploytool: ['operator']
# Run most tests against the latest K8s version
k8s_version: ['1.29']
k8s_version: ['1.32']
include:
# Bottom of supported K8s version range
- k8s_version: '1.26'
- k8s_version: '1.29'
steps:
- name: Check out the repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand Down