File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,16 @@ jobs:
3030 ubuntu-latest :
3131 name : ubuntu-latest
3232 runs-on : ubuntu-latest
33- strategy :
34- matrix :
35- dotnet-version : [ '6.0.x', '7.0.x', '8.0.x']
3633
3734 steps :
38- - uses : actions/checkout@v4
39- - name : Setup dotnet ${{ matrix.dotnet-version }}
35+ - name : Setup dotnet 6
4036 uses : actions/setup-dotnet@v4
4137 with :
42- dotnet-version : ${{ matrix.dotnet-version }}
43- # You can test your matrix by printing the current dotnet version
44- - name : Display dotnet version
45- run : dotnet --version
46-
38+ dotnet-version : ' 6.0.x '
39+ - name : Setup dotnet 7
40+ uses : actions/setup- dotnet@v4
41+ with :
42+ dotnet-version : ' 7.0.x '
4743 - uses : actions/setup-java@v4
4844 with :
4945 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments