Skip to content

Commit

Permalink
ci: Add a CI test for increased MSRV due to nix
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Feb 25, 2024
1 parent 0e09465 commit 5c506fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: ['1.63.0', 'stable', 'beta']
rust: ['1.63.0', '1.69.0', 'stable', 'beta']

runs-on: 'ubuntu-latest'

Expand Down Expand Up @@ -142,6 +142,7 @@ jobs:
with:
command: test
args: --features "block_on executor signals"
if: ${{ matrix.rust != '1.63.0' }}

- name: Run book tests
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 5c506fe

Please sign in to comment.