File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,10 @@ jobs:
1818 runs-on : ubuntu-22.04
1919 strategy :
2020 matrix :
21- dotnet-version : [6.0.x, 7.0.x, 8.0.x]
2221 java-version : [ 21 ]
2322 steps :
2423 - name : Checkout Repository
2524 uses : actions/checkout@v4
26-
27- # Setup .NET SDK
28- - name : Set up .NET SDK ${{ matrix.dotnet-version }}
29- uses : actions/setup-dotnet@v1
30- with :
31- dotnet-version : ${{ matrix.dotnet-version }}
3225
3326 # Setup OpenJDK
3427 - name : Setup OpenJDK
4437 wget https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
4538 sudo apt-get autoremove -y && sudo apt-get autoclean && sudo dpkg -i packages-microsoft-prod.deb && sudo apt-get update
4639 sudo apt install -y dotnet-host-7.0
47- sudo apt install -y make dotnet-sdk-6.0 dotnet-sdk-7.0 python3-pip python3-rpm python3-psycopg2
40+ sudo apt install -y make dotnet-sdk-6.0 dotnet-sdk-7.0 dotnet-sdk-8 .0 python3-pip python3-rpm python3-psycopg2
4841 pip install 'python-keycloak==3.3.0' --user
4942 dotnet tool install --global dotnet-sonarscanner
5043 dotnet tool install --global Cake.Tool
You can’t perform that action at this time.
0 commit comments