Add 27.x to staleness check

PiperOrigin-RevId: 631532649
pull/16773/head
Sandy Zhang 2024-05-07 13:37:31 -07:00 committed by Copybara-Service
parent 12af9ade1d
commit 94cf1e9446
1 changed files with 1 additions and 1 deletions

View File

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