Skip to content

Commit

Permalink
Update supported OS
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed May 14, 2023
1 parent 92c9ded commit f68080e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
include:
- os: macos-11
- os: macos-12
- os: macos-13
runs-on: ${{ matrix.os }}
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
Expand Down Expand Up @@ -72,8 +73,8 @@ jobs:
- os: centos:7
- os: debian:10
- os: debian:11
- os: fedora:36
- os: fedora:37
- os: fedora:38
- os: ubuntu:16.04
- os: ubuntu:18.04
- os: ubuntu:20.04
Expand Down Expand Up @@ -119,7 +120,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: alpine3.16
- os: alpine3.17
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/dotnet/sdk:7.0-${{ matrix.os }}
Expand Down
29 changes: 15 additions & 14 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,23 @@ has been tested to run on the following platforms and .NET versions:

| OS | Version | Architectures | .NET |
|:-------------------- |:-------- |:------------- |:--------------- |
| Windows 10 Client | 20H2 | x64 / x86 | 7.0.0 / 6.0.11 |
| Windows Server | 2022 | x64 | 7.0.0 / 6.0.11 |
| Windows 11 | 22H2 | x64 | 7.0.5 / 6.0.16 |
| Windows Server | 2022 | x64 | 7.0.5 / 6.0.16 |
| | | | |
| macOS | 11.7 | x64 | 7.0.0 / 6.0.11 |
| | 12.6 | x64 | 7.0.0 / 6.0.11 |
| macOS | 11.7 | x64 | 7.0.5 / 6.0.16 |
| | 12.6 | x64 | 7.0.5 / 6.0.16 |
| | 13.3 | x64 | 7.0.5 / 6.0.16 |
| | | | |
| Alpine | 3.16 | x64 | 7.0.0 |
| CentOS | 7.9.2009 | x64 | 7.0.0 / 6.0.11 |
| Debian | 10.13 | x64 | 7.0.0 / 6.0.11 |
| | 11.5 | x64 | 7.0.0 / 6.0.11 |
| Fedora | 36 | x64 | 7.0.0 / 6.0.11 |
| | 37 | x64 | 7.0.0 / 6.0.11 |
| Ubuntu | 16.04 | x64 | 7.0.0 / 6.0.11 |
| | 18.04 | x64 | 7.0.0 / 6.0.11 |
| | 20.04 | x64 | 7.0.0 / 6.0.11 |
| | 22.04 | x64 | 7.0.0 / 6.0.11 |
| Alpine | 3.17 | x64 | 7.0.4 |
| CentOS | 7.9.2009 | x64 | 7.0.5 / 6.0.16 |
| Debian | 10.13 | x64 | 7.0.5 / 6.0.16 |
| | 11.7 | x64 | 7.0.5 / 6.0.16 |
| Fedora | 37 | x64 | 7.0.5 / 6.0.16 |
| | 38 | x64 | 7.0.5 / 6.0.16 |
| Ubuntu | 16.04 | x64 | 7.0.5 / 6.0.16 |
| | 18.04 | x64 | 7.0.5 / 6.0.16 |
| | 20.04 | x64 | 7.0.5 / 6.0.16 |
| | 22.04 | x64 | 7.0.5 / 6.0.16 |

Other, similar platforms supported by .NET should work as well but have not been tested.

Expand Down

0 comments on commit f68080e

Please sign in to comment.