Skip to content

Commit

Permalink
Use sliding window for rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Apr 7, 2024
1 parent f626379 commit 7cd2274
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
- ubuntu-latest
- macOS-latest
- windows-latest
rust-version: [stable]
rust-version:
- stable
include:
- os: ubuntu-latest
rust-version: 1.60.0
rust-version: stable 18 months ago


steps:
Expand Down

0 comments on commit 7cd2274

Please sign in to comment.