Skip to content

Commit

Permalink
ci: test against MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo authored and petrochenkov committed Oct 12, 2023
1 parent 9416b43 commit b4bc5db
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
build: [stable, beta, nightly, macos, windows]
include:
- build: stable
os: ubuntu-latest
rust: stable
- build: beta
os: ubuntu-latest
rust: beta
- build: nightly
os: ubuntu-latest
rust: nightly
- build: macos
os: macos-latest
rust: stable
- build: windows
os: windows-latest
rust: stable
rust: ["1.66", stable, beta, nightly]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@master
- name: Install Rust (rustup)
Expand Down

0 comments on commit b4bc5db

Please sign in to comment.