Also build against oldest supported Rust compiler on CI
This commit is contained in:
parent
680e41268f
commit
2e194086d6
1 changed files with 4 additions and 4 deletions
|
@ -51,10 +51,10 @@ rust-nightly:
|
|||
<<: *check-base
|
||||
variables:
|
||||
RUST_VERSION: nightly
|
||||
# rust-old:
|
||||
# <<: *check-base
|
||||
# variables:
|
||||
# RUST_VERSION: "1.26"
|
||||
rust-oldest:
|
||||
<<: *check-base
|
||||
variables:
|
||||
RUST_VERSION: "1.31"
|
||||
|
||||
# Build using Rust stable
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue