Skip to content

Commit

Permalink
Enable staleness tests for 25.x branch
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 574579237
  • Loading branch information
acozzette authored and copybara-github committed Oct 18, 2023
1 parent 8ff1549 commit 0883b22
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, 22.x, 23.x, 24.x]
branch: [main, 22.x, 23.x, 24.x, 25.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 0883b22

Please sign in to comment.