Skip to content

Commit

Permalink
Add .NET 6 and 7 to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
CorruptComputer authored and qmfrederik committed Dec 20, 2024
1 parent 974e2e1 commit 462ba88
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: main

on: [push, pull_request]

# Needed for .NET 9 support, as this is currently not included on ubuntu-latest
env:
DOTNET_VERSION: '9.0.x'

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -18,7 +14,11 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
dotnet-version: |
6.0.x
7.0.x
8.0.x
9.0.x
- name: Build
run: |
Expand Down

0 comments on commit 462ba88

Please sign in to comment.