Skip to content

Commit

Permalink
Add older rust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Feb 15, 2024
1 parent fa6c354 commit 84ecb0b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: ${{ !matrix.required }}
strategy:
matrix:
include:
- { rust: nightly }
- { rust: stable }
- { rust: "1.73", required: false }
- { rust: "1.74", required: false }
- { rust: stable, required: true }
- { rust: nightly, required: true }
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 84ecb0b

Please sign in to comment.