|
16 | 16 | runs-on: ubuntu-latest
|
17 | 17 | strategy:
|
18 | 18 | matrix:
|
19 |
| - rust: ["1.40.0", "stable", "beta", "nightly"] |
| 19 | + rust: ["1.42.0", "stable", "beta", "nightly"] |
20 | 20 | name: Check (${{ matrix.rust }})
|
21 | 21 | steps:
|
22 | 22 | - uses: actions/checkout@v2
|
|
35 | 35 | runs-on: ubuntu-latest
|
36 | 36 | strategy:
|
37 | 37 | matrix:
|
38 |
| - rust: ["1.40.0", "stable", "beta", "nightly"] |
| 38 | + rust: ["1.42.0", "stable", "beta", "nightly"] |
39 | 39 | name: Test Suite (${{ matrix.rust }})
|
40 | 40 | steps:
|
41 | 41 | - uses: actions/checkout@v2
|
|
54 | 54 | runs-on: ubuntu-latest
|
55 | 55 | strategy:
|
56 | 56 | matrix:
|
57 |
| - rust: ["1.40.0", "stable", "beta", "nightly"] |
| 57 | + rust: ["1.42.0", "stable", "beta", "nightly"] |
58 | 58 | name: Rustfmt (${{ matrix.rust }})
|
59 | 59 | steps:
|
60 | 60 | - uses: actions/checkout@v2
|
|
75 | 75 | runs-on: ubuntu-latest
|
76 | 76 | strategy:
|
77 | 77 | matrix:
|
78 |
| - rust: ["1.40.0", "stable", "beta", "nightly"] |
| 78 | + rust: ["1.42.0", "stable", "beta", "nightly"] |
79 | 79 | name: Clippy (${{ matrix.rust }})
|
80 | 80 | steps:
|
81 | 81 | - uses: actions/checkout@v2
|
|
0 commit comments