Browse Source

Update the CI config file

pull/57/head
Rodolphe Bréard 3 years ago
parent
commit
a417bdc614
  1. 10
      .github/workflows/ci.yml

10
.github/workflows/ci.yml

@ -8,11 +8,13 @@ jobs:
strategy: strategy:
matrix: matrix:
rust: rust:
- stable
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0 - 1.54.0
- 1.55.0
- 1.56.0
- 1.57.0
- 1.58.1
- 1.59.0
- stable
- beta - beta
- nightly - nightly
steps: steps:

Loading…
Cancel
Save