mirror of
https://github.com/serde-rs/json.git
synced 2025-12-30 13:20:37 +00:00
Revert "Avoid cargo 1.45–1.50 in GitHub Actions"
This reverts commit 39fa675ecf75dc80a5f0ea4b6d160980390930e5.
This commit is contained in:
parent
a685113765
commit
9e9b2b72fb
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
rust: [beta, 1.56.1, 1.53.0, 1.51.0, 1.40.0, 1.38.0, 1.36.0]
|
||||
rust: [beta, 1.56.1, 1.53.0, 1.46.0, 1.40.0, 1.38.0, 1.36.0]
|
||||
os: [ubuntu]
|
||||
include:
|
||||
- rust: stable
|
||||
@ -55,9 +55,9 @@ jobs:
|
||||
- run: cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc
|
||||
- run: cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc,raw_value
|
||||
- run: cargo check --features preserve_order
|
||||
if: matrix.rust != '1.53.0' && matrix.rust != '1.51.0' && matrix.rust != '1.40.0' && matrix.rust != '1.38.0' && matrix.rust != '1.36.0'
|
||||
if: matrix.rust != '1.53.0' && matrix.rust != '1.46.0' && matrix.rust != '1.45.0' && matrix.rust != '1.40.0' && matrix.rust != '1.38.0' && matrix.rust != '1.36.0'
|
||||
- run: cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc,preserve_order
|
||||
if: matrix.rust != '1.53.0' && matrix.rust != '1.51.0' && matrix.rust != '1.40.0' && matrix.rust != '1.38.0' && matrix.rust != '1.36.0'
|
||||
if: matrix.rust != '1.53.0' && matrix.rust != '1.46.0' && matrix.rust != '1.45.0' && matrix.rust != '1.40.0' && matrix.rust != '1.38.0' && matrix.rust != '1.36.0'
|
||||
- name: Build without std
|
||||
run: cargo check --manifest-path tests/crate/Cargo.toml --target ${{matrix.target}} --no-default-features --features alloc
|
||||
if: matrix.target
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user