Skip to content

Commit affaefe

Browse files
committed
testing
1 parent ac46354 commit affaefe

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/pr-tests-linux.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ jobs:
2626
- name: Setup .NET
2727
uses: actions/setup-dotnet@v4
2828
with:
29-
dotnet-version: ${{ matrix.dotnet-version }}
29+
dotnet-version: |
30+
6.0.x
31+
7.0.x
32+
8.0.x
33+
9.0.x
3034
3135
- name: Run tests (override framework)
3236
run: |

0 commit comments

Comments
 (0)