File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - name : Setup dotnet
3131 uses : actions/setup-dotnet@v4
3232 with :
33- dotnet-version : 7 .0.102
33+ dotnet-version : 8 .0.100
3434
3535 - name : Checkout repository
3636 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -74,13 +74,13 @@ jobs:
7474 - name : Setup dotnet
7575 uses : actions/setup-dotnet@v4
7676 with :
77- dotnet-version : 7 .0.102
77+ dotnet-version : 8 .0.100
7878 - name : Extractor unit tests
7979 run : |
80- dotnet test -p:RuntimeFrameworkVersion=7 .0.2 extractor/Semmle.Util.Tests
81- dotnet test -p:RuntimeFrameworkVersion=7 .0.2 extractor/Semmle.Extraction.Tests
82- dotnet test -p:RuntimeFrameworkVersion=7 .0.2 autobuilder/Semmle.Autobuild.CSharp.Tests
83- dotnet test -p:RuntimeFrameworkVersion=7 .0.2 "${{ github.workspace }}/cpp/autobuilder/Semmle.Autobuild.Cpp.Tests"
80+ dotnet test -p:RuntimeFrameworkVersion=8 .0.0 extractor/Semmle.Util.Tests
81+ dotnet test -p:RuntimeFrameworkVersion=8 .0.0 extractor/Semmle.Extraction.Tests
82+ dotnet test -p:RuntimeFrameworkVersion=8 .0.0 autobuilder/Semmle.Autobuild.CSharp.Tests
83+ dotnet test -p:RuntimeFrameworkVersion=8 .0.0 "${{ github.workspace }}/cpp/autobuilder/Semmle.Autobuild.Cpp.Tests"
8484 shell : bash
8585 stubgentest :
8686 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments