From 3191e6bc065d7b77484fd02fa62cf05698d3256c Mon Sep 17 00:00:00 2001 From: latonz Date: Sun, 29 Sep 2024 18:17:48 +0200 Subject: [PATCH] run integration tests with .net 9.0 --- .github/workflows/test.yml | 1 + .../Riok.Mapperly.IntegrationTests.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 752dff65d8..b44e70cf30 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -89,6 +89,7 @@ jobs: fail-fast: false matrix: dotnet: + - '9.0' - '8.0' - '7.0' - '6.0' diff --git a/test/Riok.Mapperly.IntegrationTests/Riok.Mapperly.IntegrationTests.csproj b/test/Riok.Mapperly.IntegrationTests/Riok.Mapperly.IntegrationTests.csproj index ce0fc17dec..520e1a3b6b 100644 --- a/test/Riok.Mapperly.IntegrationTests/Riok.Mapperly.IntegrationTests.csproj +++ b/test/Riok.Mapperly.IntegrationTests/Riok.Mapperly.IntegrationTests.csproj @@ -36,6 +36,7 @@ +