Skip to content

Commit

Permalink
Test MSRV with old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Jul 30, 2024
1 parent 201d23a commit 274fb2d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- rust: 1.51.0 # MSRV
features: serde
experimental: false
- rust: 1.70.0
features: serde
experimental: false
- rust: stable
features:
bench: true
Expand All @@ -38,6 +41,11 @@ jobs:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- name: Pin versions for MSRV
if: "${{ matrix.rust == '1.51.0' }}"
run: |
cargo update -p serde_test --precise 1.0.163
cargo update -p serde --precise 1.0.69
- name: Tests
run: |
cargo build --verbose --features "${{ matrix.features }}"
Expand Down

0 comments on commit 274fb2d

Please sign in to comment.