Skip to content

Commit

Permalink
chore(ci): add minimal versions checking on stable rust
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored and seanmonstar committed Oct 18, 2023
1 parent cbe7744 commit 05cf352
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CI.yml
Expand Up @@ -90,6 +90,13 @@ jobs:

- run: cargo check -p h2

minimal-versions:
runs-on: ubuntu-latest
needs: [style]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/install-action@cargo-hack
- uses: taiki-e/install-action@cargo-minimal-versions
- run: cargo minimal-versions --ignore-private check

0 comments on commit 05cf352

Please sign in to comment.