Skip to content

Commit

Permalink
Add .NET 8 in build.yml action
Browse files Browse the repository at this point in the history
Signed-off-by: Bayu Satiyo <itsyuukunz@gmail.com>
  • Loading branch information
kiraio-moe committed Jan 23, 2024
1 parent a1a37f5 commit 828aed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: [ '6.0.x', '7.0.x' ]
dotnet-framework: [ 'net6.0', 'net7.0' ]
dotnet-version: [ '6.0.x', '7.0.x', '8.0.x' ]
dotnet-framework: [ 'net6.0', 'net7.0', 'net8.0' ]
dotnet-runtime: [ 'win-x64', 'win-arm64', 'linux-x64', 'linux-arm64', 'osx-x64', 'osx-arm64' ]

steps:
Expand Down

0 comments on commit 828aed3

Please sign in to comment.