From e7194bc47086ec9413b40ec02ba4e91564de61d8 Mon Sep 17 00:00:00 2001 From: Michael Croes Date: Tue, 27 Jun 2023 16:59:13 +0200 Subject: [PATCH] Update OS, SDK and target versions --- .github/workflows/dotnet.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index a47681c..16e7a33 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -71,34 +71,34 @@ jobs: artifacts: ${{ github.workspace }}/artifacts strategy: matrix: - os: [windows-latest, ubuntu-20.04, macos-latest] - test-framework: [netcoreapp3.1, net5.0] + os: [windows-latest, ubuntu-22.04, macos-latest] + test-framework: [net6.0, net7.0] include: - - os: ubuntu-20.04 - test-framework: netcoreapp3.1 + - os: ubuntu-22.04 + test-framework: net6.0 installSnap7: true - dotnet-sdk: '3.1.x' - - os: ubuntu-20.04 - test-framework: net5.0 + dotnet-sdk: '6.x' + - os: ubuntu-22.04 + test-framework: net7.0 installSnap7: true - dotnet-sdk: '5.0.x' + dotnet-sdk: '7.x' - os: macos-latest - test-framework: netcoreapp3.1 + test-framework: net6.0 installSnap7: true - dotnet-sdk: '3.1.x' + dotnet-sdk: '6.x' - os: macos-latest - test-framework: net5.0 + test-framework: net7.0 installSnap7: true - dotnet-sdk: '5.0.x' + dotnet-sdk: '7.x' - os: windows-latest - test-framework: netcoreapp3.1 - dotnet-sdk: '3.1.x' + test-framework: net6.0 + dotnet-sdk: '6.x' - os: windows-latest - test-framework: net5.0 - dotnet-sdk: '5.0.x' + test-framework: net7.0 + dotnet-sdk: '7.x' - os: windows-latest - test-framework: net452 - dotnet-sdk: '5.0.x' + test-framework: net462 + dotnet-sdk: '7.x' fail-fast: false steps: