Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Romfos authored Oct 2, 2023
1 parent c290f68 commit 5319135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macOS-latest]
tfm: [net6.0, net8.0]
tfm: [net6.0, net7.0]
include:
- os: windows-latest
tfm: net462
Expand All @@ -20,7 +20,7 @@ jobs:
with:
dotnet-version: |
6.0.x
8.0.x
7.0.x
- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit 5319135

Please sign in to comment.