From 60943ecd962f35bbb0779f5d287a221236a449e7 Mon Sep 17 00:00:00 2001 From: Leonard Herold <92177433+LeonardHd@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:32:08 +0000 Subject: [PATCH] ci: bump dotnet from 3.1.x/8.0.x to 8.0.x/9.0.x. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1997efc9..98606d8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: matrix: os: ['ubuntu-latest', 'windows-latest'] python-version: ['3.9', '3.10', '3.11'] - dotnet-version: ['3.1.x', '8.0.x'] + dotnet-version: ['8.0.x', '9.0.x'] # test either wheel or source distribution dist: [whl, sdist] uses: ./.github/workflows/e2e.yml