Add 26.x to staleness checks

PiperOrigin-RevId: 606443838
pull/15815/head
Sandy Zhang 10 months ago committed by Copybara-Service
parent ed400ea517
commit 2f9b5e1204
  1. 2
      .github/workflows/staleness_check.yml

@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [main, 22.x, 23.x, 24.x, 25.x]
branch: [main, 22.x, 23.x, 24.x, 25.x, 26.x]
os: [{ name: Linux, value: ubuntu-latest}]
name: Test staleness ${{ matrix.os.name }} ${{ github.head_ref && 'PR' || matrix.branch }}

Loading…
Cancel
Save