Skip to content

Commit

Permalink
workflows: use dotnet 9
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseBritto committed Jan 15, 2025
1 parent 8774ced commit 9e0b973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: [ '8.0.x' ]
dotnet-version: [ '9.0.x' ]
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
Expand Down

0 comments on commit 9e0b973

Please sign in to comment.