From 6f305da7333385e99de01f15377f67a3160e2fd3 Mon Sep 17 00:00:00 2001 From: Leandro Fernandes Date: Sun, 19 Nov 2023 11:53:40 -0300 Subject: [PATCH] Update test-dotnet.yml --- .github/workflows/test-dotnet.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-dotnet.yml b/.github/workflows/test-dotnet.yml index 5611bb3..348febe 100644 --- a/.github/workflows/test-dotnet.yml +++ b/.github/workflows/test-dotnet.yml @@ -16,4 +16,5 @@ jobs: dotnet-version: | 6.0.x 7.0.x + 8.0.x - run: dotnet test RecordParser.Test/RecordParser.Test.csproj