File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed
Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches : [ main ]
66 pull_request :
7- branches : [ main, target-entity-framework-8 ]
7+ branches : [ main ]
88 workflow_dispatch :
99
1010jobs :
1515 - name : Setup .NET
1616 uses : actions/setup-dotnet@v4
1717 with :
18- dotnet-version : 6 .0.x
18+ dotnet-version : 8 .0.x
1919 - name : Restore dependencies
2020 run : dotnet restore
2121 - name : Build
Original file line number Diff line number Diff line change 44 push :
55 branches : [ main ]
66 pull_request :
7- branches : [ main, target-entity-framework-8 ]
7+ branches : [ main ]
88 workflow_dispatch :
99
1010jobs :
2222 - name : Setup .NET
2323 uses : actions/setup-dotnet@v4
2424 with :
25- dotnet-version : 6 .0.x
25+ dotnet-version : 8 .0.x
2626 - name : Restore dependencies
2727 run : dotnet restore
2828 - name : Build
Original file line number Diff line number Diff line change 11name : integration-tests-on-production
22
33on :
4- push :
5- branches : [ main ]
64 pull_request :
7- branches : [ main, target-entity-framework-8 ]
5+ branches : [ main ]
86 workflow_dispatch :
97
108jobs :
2927 - name : Setup .NET
3028 uses : actions/setup-dotnet@v4
3129 with :
32- dotnet-version : 6 .0.x
30+ dotnet-version : 8 .0.x
3331 - id : ' auth'
3432 uses : ' google-github-actions/auth@v2'
3533 with :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: samples
22
33on :
44 pull_request :
5- branches : [ main, target-entity-framework-8 ]
5+ branches : [ main ]
66 workflow_dispatch :
77
88jobs :
1313 - name : Setup .NET
1414 uses : actions/setup-dotnet@v4
1515 with :
16- dotnet-version : 6 .0.x
16+ dotnet-version : 8 .0.x
1717 - name : Restore dependencies
1818 run : dotnet restore
1919 - name : Build
You can’t perform that action at this time.
0 commit comments