Skip to content

Commit 6516c7e

Browse files
committed
Raise minimum tested compiler to 1.70
1 parent 2dd7db3 commit 6516c7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
rust: [nightly, beta, stable, 1.61.0]
27+
rust: [nightly, beta, stable, 1.70.0, 1.61.0]
2828
timeout-minutes: 45
2929
steps:
3030
- uses: actions/checkout@v4
@@ -38,6 +38,7 @@ jobs:
3838
- run: cargo check --manifest-path tests/crate/Cargo.toml
3939
- run: cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc
4040
- run: cargo test
41+
if: matrix.rust != '1.61.0'
4142

4243
minimal:
4344
name: Minimal versions

0 commit comments

Comments
 (0)