Skip to content

Commit

Permalink
Add CI job on Rust 1.82 to test unsafe extern
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 12, 2024
1 parent 86bb3e9 commit 3133af9
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 @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.70.0]
rust: [nightly, beta, stable, 1.82.0, 1.70.0]
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3133af9

Please sign in to comment.