Skip to content

Commit

Permalink
Raise minimum tested compiler to 1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 18, 2023
1 parent c3c8393 commit 0504fcb
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 @@ -18,18 +18,16 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.36.0, 1.34.0, 1.31.0]
rust: [nightly, beta, stable, 1.56.0]
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{matrix.rust}}
- run: cargo test
if: matrix.rust != '1.31.0' && matrix.rust != '1.34.0'
- run: cargo check --no-default-features
- run: cargo check --no-default-features --features alloc
if: matrix.rust != '1.31.0' && matrix.rust != '1.34.0'

clippy:
name: Clippy
Expand Down

0 comments on commit 0504fcb

Please sign in to comment.