Skip to content

Commit b8312e0

Browse files
authored
Merge pull request #297 from nils-a/feature/GH-284
(#284) add net7.0 to CI pipeline
2 parents ee6784f + 2f0b338 commit b8312e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,16 @@ jobs:
5050
run: git fetch --prune --unshallow
5151

5252
# codecov and unittests need 2.1, gitversion needs 5.0
53+
# GitReleasemanager needs 7.0
54+
# builds run on 9.0
5355
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
5456
with:
5557
dotnet-version: |
5658
2.1
5759
3.1
5860
5.0
5961
6.0
62+
7.0
6063
9.0
6164
6265
- name: Cache Tools

0 commit comments

Comments
 (0)