Skip to content

Commit

Permalink
Bump MSRV to 1.60 and tests to 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
pczarn committed Dec 1, 2024
1 parent 57f2230 commit f9d8050
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,22 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [1.56.0, 1.57.0]
rust: [1.60.0, 1.61.0]
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{matrix.rust}}
- run: cargo build

msrv-test:
name: Rust ${{matrix.rust}}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
rust: [1.63.0, 1.64.0]
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f9d8050

Please # to comment.