mirror of
https://github.com/serde-rs/json.git
synced 2025-10-03 15:56:28 +00:00
Test fewer old versions
This commit is contained in:
parent
bfd4562d74
commit
947385024d
@ -8,8 +8,6 @@ rust:
|
|||||||
- stable
|
- stable
|
||||||
- nightly
|
- nightly
|
||||||
- 1.15.0
|
- 1.15.0
|
||||||
- 1.16.0
|
|
||||||
- 1.17.0
|
|
||||||
- beta
|
- beta
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -37,7 +37,7 @@ else
|
|||||||
channel test
|
channel test
|
||||||
channel test --features preserve_order
|
channel test --features preserve_order
|
||||||
|
|
||||||
for CHANNEL in stable 1.15.0 1.16.0 1.17.0 beta; do
|
for CHANNEL in stable 1.15.0 beta; do
|
||||||
channel clean
|
channel clean
|
||||||
channel build
|
channel build
|
||||||
channel build --features preserve_order
|
channel build --features preserve_order
|
||||||
|
Loading…
x
Reference in New Issue
Block a user