From 718b1c9bd299ab81213ff471e4ab8d6691427bdf Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sun, 17 Oct 2021 09:33:16 +0200 Subject: [PATCH] also run tests on 1.46 --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a33938afd..3c211dcc1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -32,7 +32,6 @@ jobs: - uses: actions-rs/toolchain@v1 with: toolchain: stable - override: true profile: minimal - name: cargo doc working-directory: ${{ matrix.subcrate }} @@ -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: