From 441f48b4c6e9334754f1e42e841575b1e55cd104 Mon Sep 17 00:00:00 2001 From: Olga Nemt Date: Tue, 24 Dec 2024 11:50:54 +0500 Subject: [PATCH] =?UTF-8?q?=D0=92=20yaml-=D1=84=D0=B0=D0=B9=D0=BB=D0=B5=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B0=20?= =?UTF-8?q?dotnet-version,=20=D1=82=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D0=BE?= =?UTF-8?q?=D0=BD=D0=B0=209.0.x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 73261a0..f5069b9 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -31,7 +31,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Check out repository code uses: actions/checkout@v4 - name: Run integration tests