Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Oct 14, 2022
1 parent ba23ed8 commit a66fe03
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pull-request.yaml
Expand Up @@ -5,13 +5,6 @@ on:

jobs:
validate-pull-request:
# We deliberately are on a less recent version of windows (rather than 2022).
# We should probably run on both.
# Windows 2019 Runner components:
# https://github.com/actions/runner-images/blob/main/images/win/Windows2019-Readme.md
# runs-on: windows-2019 # visual studio 2019 installed
# runs-on: windows-2022 # visual studio 2022 installed

strategy:
matrix:
windows-version:
Expand Down
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -240,10 +240,21 @@ Note: At the moment compatibility across platforms is being verified, this secti

| Component | Compatibility |
|--------------------|---------------------|
| **Windows** | |
| Windows 11 | 🟢 Fully Supported |
| Windows 10 | 🟢 Fully Supported |
| Windows 8.1 | 🟠 Partly Supported |
| Windows 8 | 🟠 Partly Supported |
| Windows 7 | 🟠 Partly Supported |
| **Visual Studio** | |
| Visual Studio 2022 | 🟢 Fully Supported |
| Visual Studio 2019 | 🟢 Fully Supported |
| Visual Studio 2017 | 🟠 Partly Supported |
| Visual Studio 2015 | 🟠 Partly Supported |
| **msbuild** | |
| msbuild 17.3 | 🟢 Fully Supported |
| msbuild 16.11 | 🟢 Fully Supported |
| msbuild 15.9 | 🟠 Partly Supported |

## Documentation

Expand Down

0 comments on commit a66fe03

Please sign in to comment.