Drop support for 27.x and add 29.x

PiperOrigin-RevId: 680781345
pull/18568/head
Mike Kruskal 2 months ago committed by Copybara-Service
parent 1fe26cf0c1
commit ad8b857bdd
  1. 4
      .github/workflows/staleness_check.yml
  2. 2
      .github/workflows/test_release_branches.yml

@ -24,13 +24,13 @@ jobs:
fail-fast: false
matrix:
# TODO Remove this parameterization once the release branch testing is stable.
branch: [main, 25.x, 27.x, 28.x]
branch: [main, 25.x, 28.x, 29.x]
os: [{ name: Linux, value: ubuntu-latest}]
exclude:
# If we are in a presubmit run, only test main
- branch: ${{ !inputs.continuous-run && '25.x' }}
- branch: ${{ !inputs.continuous-run && '27.x' }}
- branch: ${{ !inputs.continuous-run && '28.x' }}
- branch: ${{ !inputs.continuous-run && '29.x' }}
name: Test staleness ${{ matrix.os.name }} ${{ github.head_ref && 'PR' || matrix.branch }}
runs-on: ${{ matrix.os.value }}

@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [25.x, 27.x, 28.x]
branch: [25.x, 28.x, 29.x]
runs-on: ubuntu-latest
permissions:
actions: write

Loading…
Cancel
Save