diff --git a/.github/workflows/e2e-all-k8s.yml b/.github/workflows/e2e-all-k8s.yml index f5c2a8b57..5d3fa3ca2 100644 --- a/.github/workflows/e2e-all-k8s.yml +++ b/.github/workflows/e2e-all-k8s.yml @@ -21,7 +21,7 @@ jobs: globalnet: ['', 'globalnet'] # All non-EOL K8s versions not tested in E2E-full # https://submariner.io/development/building-testing/ci-maintenance/ - k8s_version: ['1.27', '1.28'] + k8s_version: ['1.29', '1.30'] lighthouse: ['', 'lighthouse'] ovn: ['', 'ovn'] exclude: diff --git a/.github/workflows/e2e-full.yml b/.github/workflows/e2e-full.yml index 269835072..c43190de0 100644 --- a/.github/workflows/e2e-full.yml +++ b/.github/workflows/e2e-full.yml @@ -18,7 +18,7 @@ jobs: matrix: globalnet: ['', 'globalnet'] # Run most tests against the latest K8s version - k8s_version: ['1.29'] + k8s_version: ['1.31'] lighthouse: ['', 'lighthouse'] ovn: ['', 'ovn'] exclude: @@ -28,7 +28,7 @@ jobs: globalnet: 'globalnet' include: # Bottom of supported K8s version range - - k8s_version: '1.26' + - k8s_version: '1.28' steps: - name: Check out the repository uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938