Skip to content

Commit 462ba88

Browse files
CorruptComputerqmfrederik
authored andcommitted
Add .NET 6 and 7 to pipeline
1 parent 974e2e1 commit 462ba88

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: main
22

33
on: [push, pull_request]
44

5-
# Needed for .NET 9 support, as this is currently not included on ubuntu-latest
6-
env:
7-
DOTNET_VERSION: '9.0.x'
8-
95
jobs:
106
build:
117
runs-on: ubuntu-latest
@@ -18,7 +14,11 @@ jobs:
1814
- name: Setup .NET
1915
uses: actions/setup-dotnet@v4
2016
with:
21-
dotnet-version: ${{ env.DOTNET_VERSION }}
17+
dotnet-version: |
18+
6.0.x
19+
7.0.x
20+
8.0.x
21+
9.0.x
2222
2323
- name: Build
2424
run: |

0 commit comments

Comments
 (0)