Skip to content

Commit

Permalink
ci: skip beta and old stable for documentation checks
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Mar 20, 2024
1 parent 0e9b010 commit cc282ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: [stable, beta, nightly, stable 7 months ago]
toolchain: [stable, nightly]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit cc282ad

Please sign in to comment.