From 78ab95911e478ffef3d36e8cbb5402e92b5d16f0 Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Thu, 17 Dec 2020 21:47:25 -0500 Subject: Add MSRV to CI. --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6429ef..c681bb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,11 @@ jobs: lint: name: Run lint checks runs-on: ubuntu-latest + strategy: + matrix: + rust: + - stable + - 1.37.0 steps: - uses: actions/checkout@v2 - name: Install Rust stable toolchain @@ -29,6 +34,11 @@ jobs: test: name: Run tests runs-on: ubuntu-latest + strategy: + matrix: + rust: + - stable + - 1.37.0 steps: - uses: actions/checkout@v2 - uses: actions/cache@v2 -- cgit v1.2.3