Skip to content

Commit

Permalink
Bump GitHub actions workflow to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickklaeren authored Mar 2, 2024
1 parent 3976017 commit ed33ecb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches: [main]
paths-ignore:
- "*.md"
- ".github/**"

jobs:
build:
Expand All @@ -15,7 +14,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Build
run: dotnet build -c Release
- name: Test
Expand Down

0 comments on commit ed33ecb

Please sign in to comment.