diff --git a/.github/workflows/run_integration_tests.yml b/.github/workflows/run_integration_tests.yml index 1cfad3786..bc534c8c5 100644 --- a/.github/workflows/run_integration_tests.yml +++ b/.github/workflows/run_integration_tests.yml @@ -15,7 +15,9 @@ jobs: - name: Set up dotnet core uses: actions/setup-dotnet@v3 with: - dotnet-version: "9.0.x" + dotnet-version: | + 8.0.x + 9.0.x - name: Restore cached part 1 id: restore-cache-p1