File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 30
30
- name : Setup dotnet
31
31
uses : actions/setup-dotnet@v4
32
32
with :
33
- dotnet-version : 7 .0.102
33
+ dotnet-version : 8 .0.100
34
34
35
35
- name : Checkout repository
36
36
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -74,13 +74,13 @@ jobs:
74
74
- name : Setup dotnet
75
75
uses : actions/setup-dotnet@v4
76
76
with :
77
- dotnet-version : 7 .0.102
77
+ dotnet-version : 8 .0.100
78
78
- name : Extractor unit tests
79
79
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"
84
84
shell : bash
85
85
stubgentest :
86
86
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments