Skip to content

Commit

Permalink
Merge pull request #122 from Kijewski/pr-ci-windows
Browse files Browse the repository at this point in the history
CI: run tests on older windows-core version
  • Loading branch information
astraw committed Oct 17, 2023
2 parents 791a63e + ed6476b commit a1c068b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Expand Up @@ -23,6 +23,12 @@ jobs:
versions:
- ""
- "-Zminimal-versions"
exclude:
# `windows-core >= 0.51` uses `edition = "2021"`, but users of the library can can use
# `windows-core == 0.50` to be rust 1.48 compatible.
- runs-on: windows-2022
toolchain: "1.48"
versions: ""
runs-on: ${{ matrix.runs-on }}
steps:
- name: Checkout
Expand Down

0 comments on commit a1c068b

Please sign in to comment.