diff --git a/.github/workflows/main_automation.yml b/.github/workflows/main_automation.yml index ed5b381f..6938bf35 100644 --- a/.github/workflows/main_automation.yml +++ b/.github/workflows/main_automation.yml @@ -17,12 +17,12 @@ jobs: with: fetch-depth: 0 - - name: Install .NET 7.0 + - name: Install .NET 6.0 and 8.0 uses: actions/setup-dotnet@v1 with: dotnet-version: | - 7.0.x - 5.0.x + 8.0.x + 6.0.x include-prerelease: true - name: Install JDK11 for Sonar Scanner