Skip to content

Commit

Permalink
ci: bump dotnet from 3.1.x/8.0.x to 8.0.x/9.0.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardHd authored Jan 20, 2025
1 parent e7599b4 commit 60943ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60943ec

Please sign in to comment.