Skip to content

Commit

Permalink
Update CI to cater to new MSRV in b64-ct
Browse files Browse the repository at this point in the history
  • Loading branch information
tvsfx committed Dec 5, 2024
1 parent 71efa5a commit adcaec1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [beta, 1.65.0, 1.56.1]
rust: [beta, 1.79.0]
os: [ubuntu]
include:
- rust: stable
Expand All @@ -68,9 +68,7 @@ jobs:
- run: cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc,arbitrary_precision
- run: cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc,raw_value
- run: cargo check --manifest-path tests/crate/Cargo.toml --features serde_json/preserve_order
if: matrix.rust != '1.56.1'
- run: cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc,serde_json/preserve_order
if: matrix.rust != '1.56.1'
- name: Build without std
run: cargo check --manifest-path tests/crate/Cargo.toml --target ${{matrix.target}} --no-default-features --features alloc
if: matrix.target
Expand Down

0 comments on commit adcaec1

Please sign in to comment.