Add a few more Rust versions to CI

This commit is contained in:
Stjepan Glavina 2020-06-21 22:15:54 +02:00
parent 7b9e9a794b
commit 77c1ecd1fb
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
rust: [nightly, beta, stable]
rust: [nightly, beta, stable, 1.42.0, 1.41.0, 1.40.0, 1.39.0]
steps:
- uses: actions/checkout@v2