Skip to content

Commit d969e03

Browse files
committed
Add .NET 9 setup
1 parent 422f56a commit d969e03

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ jobs:
2929
-
3030
name: Checkout
3131
uses: actions/checkout@v4
32+
-
33+
name: Setup .NET
34+
uses: actions/setup-dotnet@v4
35+
with:
36+
dotnet-version: |
37+
8.0.x
38+
9.0.x
3239
-
3340
name: Run tests
3441
run: dotnet test -f ${{ matrix.dotnet }}
@@ -53,6 +60,13 @@ jobs:
5360
-
5461
name: Checkout
5562
uses: actions/checkout@v4
63+
-
64+
name: Setup .NET
65+
uses: actions/setup-dotnet@v4
66+
with:
67+
dotnet-version: |
68+
8.0.x
69+
9.0.x
5670
-
5771
name: Run tests
5872
run: dotnet test -f ${{ matrix.dotnet }}

0 commit comments

Comments
 (0)