Skip to content

Commit 2bbb92f

Browse files
committed
Fix matrix on Windows
1 parent 5e39e42 commit 2bbb92f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: windows-latest
2424
strategy:
2525
matrix:
26-
dotnet: ['net48', 'net9.0', 'net9.0']
26+
dotnet: ['net48', 'net8.0', 'net9.0']
2727

2828
steps:
2929
-

0 commit comments

Comments
 (0)