From 0466ffec8695076a650e574687dd4a864832f07b Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Thu, 24 Aug 2023 23:31:18 +0200 Subject: [PATCH] add net 3.1 in CI for GRM --- .github/workflows/build.yml | 3 ++- .github/workflows/codeql-analysis.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a299e33..b2a8bf2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,9 +49,10 @@ jobs: run: git fetch --prune --unshallow - uses: actions/setup-dotnet@v3.2.0 with: - # codecov needs 2.1, unittests needs 3.1, gitversion needs 5.0 + # codecov needs 2.1, gitReleaseManager needs 3.1, gitVersion needs 5.0 dotnet-version: | 2.1.818 + 3.1.x 5.0.x 6.0.x 7.0.x diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 131c1c3..82278a9 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,9 +35,10 @@ jobs: run: git fetch --prune --unshallow - uses: actions/setup-dotnet@v3.2.0 with: - # codecov needs 2.1, gitversion needs 5.0 + # codecov needs 2.1, gitReleaseManager needs 3.1, gitVersion needs 5.0 dotnet-version: | 2.1.818 + 3.1.x 5.0.x 6.0.x 7.0.x