Commit 08c6eed
committed
ci: add MSRV (1.80) and beta channel testing via matrix
Matrix strategy with conditional steps:
- MSRV (1.80): build + test only (no clippy - lints evolve)
- stable: full checks on all platforms (ubuntu/macos/windows)
- beta: clippy + test, allowed to fail (early warning)
Uses dtolnay/rust-toolchain@master with toolchain parameter for flexibility.1 parent 1811ec0 commit 08c6eed
1 file changed
+24
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
18 | 34 | | |
19 | 35 | | |
20 | 36 | | |
21 | 37 | | |
22 | | - | |
| 38 | + | |
23 | 39 | | |
24 | | - | |
| 40 | + | |
| 41 | + | |
25 | 42 | | |
26 | 43 | | |
27 | 44 | | |
28 | 45 | | |
29 | 46 | | |
30 | 47 | | |
| 48 | + | |
31 | 49 | | |
| 50 | + | |
32 | 51 | | |
33 | 52 | | |
34 | 53 | | |
| 54 | + | |
35 | 55 | | |
36 | 56 | | |
37 | 57 | | |
38 | 58 | | |
39 | 59 | | |
40 | 60 | | |
| 61 | + | |
41 | 62 | | |
42 | 63 | | |
43 | 64 | | |
| |||
0 commit comments