diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed9908b..f97ad65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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