Skip to content

Commit

Permalink
Adjust actions to only test net8 and net9
Browse files Browse the repository at this point in the history
  • Loading branch information
sqeezy committed Sep 11, 2024
1 parent 4aaa29f commit 55274b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.X
7.0.X
8.0.X
9.0.X
- name: Install dependencies
run: dotnet msbuild -target:restore .\build.proj
- name: Build
Expand Down

0 comments on commit 55274b6

Please sign in to comment.