Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
[update]change github action support 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teacher-zhou committed Nov 24, 2022
1 parent 9b22fba commit 4e0255d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
- name: Setup .NET Version
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
dotnet-version: |
6.0.x
7.0.x
- name: Build & Test
run: |
dotnet build
Expand Down

0 comments on commit 4e0255d

Please sign in to comment.