Skip to content

Commit

Permalink
Test mgm with 1.65
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Mar 7, 2024
1 parent a16adfb commit e764ca0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/mgm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
strategy:
matrix:
rust:
- 1.56.0 # MSRV
# MSRV is at 1.56, but we have dependencies in the workspace that are 1.65
- 1.65.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand All @@ -41,7 +42,8 @@ jobs:
strategy:
matrix:
rust:
- 1.56.0 # MSRV
# MSRV is at 1.56, but we have dependencies in the workspace that are 1.65
- 1.65.0 # MSRV
- stable
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e764ca0

Please sign in to comment.