diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cea9425d..e4dbf255 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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 @@ -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 }} diff --git a/docs/install.md b/docs/install.md index 82e7dc7a..9cdc4f12 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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.