Skip to content

Commit

Permalink
[CI] Removed beta channel from testing temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Emoun committed Sep 16, 2024
1 parent 2cbaeec commit 20bdde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust-version: ['1.65.0', stable, beta, nightly]
rust-version: ['1.65.0', stable, nightly]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 20bdde3

Please sign in to comment.