Skip to content

Commit

Permalink
added net9 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-a committed Nov 19, 2024
1 parent 93bda03 commit d07fa33
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,17 @@ jobs:
run: git fetch --prune --unshallow
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
with:
# codecov needs 2.1
# unittests needs 3.1
# gitversion needs 5.0
# cake 1.3 needs 6.0
# .NET 9 to build
dotnet-version: |
2.1.818
3.1.x
5.0.x
6.0.x
7.0.x
8.0.x
2.1
3.1
5.0
6.0
9.0
- name: Cache Tools
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
with:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,13 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
with:
# gitversion needs 5.0
# cake 1.3 needs 6.0
# .NET 9 to build
dotnet-version: |
5.0.x
8.0.x
5.0
6.0
9.0
- name: Cache Tools
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
Expand Down

0 comments on commit d07fa33

Please sign in to comment.