Skip to content

Commit 6ba4785

Browse files
committed
Update CI test versions
1 parent 4d86cd1 commit 6ba4785

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
rust: [1.31.0, stable, beta, nightly]
15+
rust: [
16+
1.31.0, # MSRV
17+
stable,
18+
beta,
19+
nightly,
20+
]
1621
steps:
1722
- uses: actions/checkout@v3
1823
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)