Skip to content

Commit

Permalink
Update rust versions in test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 19, 2024
1 parent 9343497 commit 122915e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
fail-fast: false
matrix:
toolchain:
- nightly # currently = 1.81
- beta # currently = 1.80
- stable # currently = 1.79
- nightly # currently = 1.83
- beta # currently = 1.82
- stable # currently = 1.81
os:
- ubuntu-latest
- windows-latest
Expand All @@ -34,6 +34,10 @@ jobs:
os: macos-13
- toolchain: stable
os: macos-latest
- toolchain: "1.80"
os: ubuntu-latest
- toolchain: "1.79"
os: ubuntu-latest
- toolchain: "1.78"
os: ubuntu-latest
- toolchain: "1.77"
Expand Down

0 comments on commit 122915e

Please sign in to comment.