Skip to content

Commit

Permalink
Merge #274
Browse files Browse the repository at this point in the history
274: Add Rust 1.50 to the Rust version tested on CI r=jonasbb a=jonasbb

1.50 is another version divisible by 5.
It is also the last version before const generics.

bors r+

Co-authored-by: Jonas Bushart <[email protected]>
  • Loading branch information
bors[bot] and jonasbb authored Mar 7, 2021
2 parents 5147a20 + 5f324ac commit b8dfb3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest"]
rust: ["1.40.0", "1.45.2", "stable", "beta", "nightly"]
# It is good to test more than the MSRV and stable since sometimes
# breakage occurs in intermediate versions.
rust: ["1.40.0", "1.45.2", "1.50.0", "stable", "beta", "nightly"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
Expand Down Expand Up @@ -124,6 +126,7 @@ jobs:
with:
# tarpaulin already runs with --all-targets
args: "--workspace --all-features -- --test-threads 1"
version: "latest"
- name: Upload to codecov.io
uses: codecov/[email protected]
if: matrix.rust == 'stable' && matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit b8dfb3c

Please sign in to comment.