Skip to content

Commit

Permalink
Fold MSRV into a single matrix and test nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Sep 14, 2023
1 parent 2f1ff7c commit aeaefa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 42 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/msrv.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,15 @@ jobs:
strategy:
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
version: [stable, nightly, "1.70"]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.version }}
- name: Show Cargo and rustc version
run: |
cargo --version
Expand Down

0 comments on commit aeaefa4

Please sign in to comment.