diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index a786566c3..87082496e 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -34,6 +34,7 @@ jobs: with: dotnet-version: | 8.0.x + 9.0.x - name: Build and pack run: fish .github/scripts/build.fish @@ -108,6 +109,7 @@ jobs: with: dotnet-version: | 8.0.x + 9.0.x - name: Checkout branch uses: actions/checkout@v4 @@ -138,6 +140,7 @@ jobs: with: dotnet-version: | 8.0.x + 9.0.x - name: Download artifacts uses: actions/download-artifact@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41ab0b42c..ac7b070b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,7 @@ jobs: with: dotnet-version: | 8.0.x + 9.0.x - name: Install dotnet tools run: |