From 828aed3778a56c2e2b1837b65fc2da1e0f5a6272 Mon Sep 17 00:00:00 2001 From: Bayu Satiyo Date: Tue, 23 Jan 2024 20:42:10 +0700 Subject: [PATCH] Add .NET 8 in build.yml action Signed-off-by: Bayu Satiyo --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76a9892..5485e31 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: