Skip to content

Commit

Permalink
Update the Rust versions in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
breard-r committed Jan 31, 2025
1 parent 2654175 commit a1cee6b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ jobs:
strategy:
matrix:
rust:
- 1.74.1
- 1.75.0
- 1.76.0
- 1.77.0
- 1.77.2
- 1.78.0
- 1.79.0
- 1.80.0
- 1.81.0
- 1.82.0
- 1.83.0
- 1.84.1
- stable
- beta
- nightly
Expand Down

0 comments on commit a1cee6b

Please sign in to comment.