Skip to content

Commit

Permalink
Use .NET 9 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Dec 11, 2024
1 parent f2032ed commit be541d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: .NET 8.0
- name: .NET 9.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x

- name: Build
run: |
Expand Down

0 comments on commit be541d1

Please sign in to comment.