Drop 28.x from release branch tests after end of support following 29.x release

PiperOrigin-RevId: 707254336
pull/19702/head
Sandy Zhang 2 months ago committed by Copybara-Service
parent 0f283e19e5
commit b4102f4823
  1. 2
      .github/workflows/test_release_branches.yml

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

Loading…
Cancel
Save