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 3bf6e11
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: ${{ !matrix.required }}
strategy:
matrix:
include:
- { rust: nightly }
- { rust: stable }
- { rust: "1.48", required: false } # debian 11
- { rust: "1.63", required: false } # debian 12
- { rust: "1.70", required: false } # debian 13
- { rust: stable, required: true }
- { rust: nightly, required: true }
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 3bf6e11

Please sign in to comment.