Skip to content

Commit

Permalink
CI: test with 1.66 as MSRV
Browse files Browse the repository at this point in the history
jobserver now requires 1.66 due the changes introduced in
rust-lang/jobserver-rs@3c0739e.
  • Loading branch information
sebastinas committed Oct 24, 2023
1 parent da5c750 commit 9320a6b
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
- "1.61"
- "1.66"
name: Test w. shared library (${{matrix.toolchain}} toolchain)
steps:
- uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:
matrix:
toolchain:
- stable
- "1.61"
- "1.66"
os:
- ubuntu-latest
- windows-latest
Expand Down

0 comments on commit 9320a6b

Please sign in to comment.