diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 8f0833088..94e460d31 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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 diff --git a/.github/workflows/flake_finder.yml b/.github/workflows/flake_finder.yml index 4e82b71ee..9d8e1010f 100644 --- a/.github/workflows/flake_finder.yml +++ b/.github/workflows/flake_finder.yml @@ -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