Browse Source

Update the Rust versions in the CI

ng
Rodolphe Bréard 1 week ago
parent
commit
a1cee6bf1b
Failed to extract signature
  1. 10
      .github/workflows/ci.yml

10
.github/workflows/ci.yml

@ -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

Loading…
Cancel
Save