Skip to content

Commit 1bdc428

Browse files
committed
Fix CI workflow
1 parent 638a0f6 commit 1bdc428

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,15 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
rust: [nightly, beta, stable, 1.36.0, 1.34.0, 1.31.0]
18+
rust: [nightly, beta, stable, 1.53.0]
1919
steps:
2020
- uses: actions/checkout@v3
2121
- uses: dtolnay/rust-toolchain@master
2222
with:
2323
toolchain: ${{matrix.rust}}
2424
- run: cargo test
25-
if: matrix.rust != '1.31.0' && matrix.rust != '1.34.0'
2625
- run: cargo check --no-default-features
2726
- run: cargo check --no-default-features --features alloc
28-
if: matrix.rust != '1.31.0' && matrix.rust != '1.34.0'
2927

3028
clippy:
3129
name: Clippy

0 commit comments

Comments
 (0)