Skip to content

Commit

Permalink
Add .NET 9 setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Dec 16, 2024
1 parent 422f56a commit d969e03
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
-
name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
9.0.x
-
name: Run tests
run: dotnet test -f ${{ matrix.dotnet }}
Expand All @@ -53,6 +60,13 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
-
name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
9.0.x
-
name: Run tests
run: dotnet test -f ${{ matrix.dotnet }}
Expand Down

0 comments on commit d969e03

Please sign in to comment.