Skip to content

Commit

Permalink
Add 28.x for staleness tests
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 651590692
  • Loading branch information
zhangskz authored and copybara-github committed Jul 12, 2024
1 parent ccb2362 commit 4b9a76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staleness_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [main, 25.x, 27.x]
branch: [main, 25.x, 27.x, 28.x]
os: [{ name: Linux, value: ubuntu-latest}]

name: Test staleness ${{ matrix.os.name }} ${{ github.head_ref && 'PR' || matrix.branch }}
Expand Down

0 comments on commit 4b9a76c

Please sign in to comment.