Skip to content

Commit bc4d12d

Browse files
committed
ci: test against MSRV
1 parent cbab17a commit bc4d12d

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,8 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
build: [stable, beta, nightly, macos, windows]
11-
include:
12-
- build: stable
13-
os: ubuntu-latest
14-
rust: stable
15-
- build: beta
16-
os: ubuntu-latest
17-
rust: beta
18-
- build: nightly
19-
os: ubuntu-latest
20-
rust: nightly
21-
- build: macos
22-
os: macos-latest
23-
rust: stable
24-
- build: windows
25-
os: windows-latest
26-
rust: stable
10+
rust: ["1.66", stable, beta, nightly]
11+
os: [ubuntu-latest, macos, windows]
2712
steps:
2813
- uses: actions/checkout@master
2914
- name: Install Rust (rustup)

0 commit comments

Comments
 (0)