|
@@ -22,7 +22,7 @@ jobs:
|
|
submodules: true
|
|
submodules: true
|
|
- uses: actions/setup-dotnet@v4
|
|
- uses: actions/setup-dotnet@v4
|
|
with:
|
|
with:
|
|
- dotnet-version: '6.0.*'
|
|
|
|
|
|
+ dotnet-version: '8.0.x'
|
|
- run: dotnet test
|
|
- run: dotnet test
|
|
if: matrix.os == 'ubuntu-latest'
|
|
if: matrix.os == 'ubuntu-latest'
|
|
- run: dotnet test --filter 'Category!=integration'
|
|
- run: dotnet test --filter 'Category!=integration'
|