From 3af208a819651f0f6f7fce047e7512b9f2d240d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BD=D1=8E=D1=82=D0=B8=D0=BD=20=D0=9C=D0=B0=D0=BA?= =?UTF-8?q?=D1=81=D0=B8=D0=BC=20=D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B5?= =?UTF-8?q?=D0=B2=D0=B8=D1=87?= Date: Wed, 20 Nov 2024 01:58:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D1=8F=D0=B5=D1=82=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/PR.yml | 4 ++-- .github/workflows/push.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index b8afdb7d1..f3d076771 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -31,10 +31,10 @@ jobs: - name: Set up .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.x + dotnet-version: 8.x - name: Test - run: dotnet test VkNet.Tests/VkNet.Tests.csproj -c Release -f net7.0 + run: dotnet test VkNet.Tests/VkNet.Tests.csproj -c Release -f net8.0 - name: Send Telegram notification uses: appleboy/telegram-action@master diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 5defacc49..4d2174b34 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -31,10 +31,10 @@ jobs: - name: Set up .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.x + dotnet-version: 8.x - name: Test - run: dotnet test VkNet.Tests/VkNet.Tests.csproj -c Release -f net7.0 + run: dotnet test VkNet.Tests/VkNet.Tests.csproj -c Release -f net8.0 - uses: bbonkr/get-version-action@v1 id: get_version