Skip to content

Commit

Permalink
GA: test with MSRV instead of beta
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Sep 6, 2023
1 parent b00ea0a commit 2dbc87a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
toolchain:
- stable
- beta
- "1.60"
name: Test w. shared library (${{matrix.toolchain}} toolchain)
steps:
- uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:
matrix:
toolchain:
- stable
- beta
- "1.60"
os:
- ubuntu-latest
- windows-latest
Expand Down

0 comments on commit 2dbc87a

Please sign in to comment.