updating ci to net7
This commit is contained in:
parent
e4295c3a6c
commit
614819228b
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -9,12 +9,12 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
dotnet-version: [ '6.0.x' ]
|
||||
dotnet-version: [ '7.0.x' ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
|
||||
uses: actions/setup-dotnet@v1.7.2
|
||||
uses: actions/setup-dotnet@v3.0.3
|
||||
with:
|
||||
dotnet-version: ${{ matrix.dotnet-version }}
|
||||
- name: Install Dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user