Skip to content

Commit

Permalink
also run tests on 1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Oct 19, 2021
1 parent 5aabe0c commit 718b1c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
profile: minimal
- name: cargo doc
working-directory: ${{ matrix.subcrate }}
Expand Down Expand Up @@ -61,13 +60,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [stable, beta, nightly, 1.40.0]
rust: [stable, beta, nightly, 1.46.0]
steps:
- uses: actions/checkout@master
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
profile: minimal
override: true
- name: Run tests
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 718b1c9

Please sign in to comment.