We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9bfe7 commit e383b9bCopy full SHA for e383b9b
1 file changed
.github/workflows/build.yml
@@ -38,8 +38,8 @@ jobs:
38
- name: Tests - net8.0 (Latest LTS)
39
run: dotnet run --no-build -c:Release -f:net8.0 --project test/FastExpressionCompiler.TestsRunner/FastExpressionCompiler.TestsRunner.csproj
40
41
- - name: Tests - net6.0 (Previous LTS)
42
- run: dotnet run --no-build -c:Release -f:net6.0 --project test/FastExpressionCompiler.TestsRunner/FastExpressionCompiler.TestsRunner.csproj
+ # - name: Tests - net6.0 (Previous LTS)
+ # run: dotnet run --no-build -c:Release -f:net6.0 --project test/FastExpressionCompiler.TestsRunner/FastExpressionCompiler.TestsRunner.csproj
43
44
- if: matrix.os == 'windows-latest'
45
name: Tests - net472 (Windows only)
0 commit comments