From fcb81452fade0e77105b67b755a619d7adfd3edb Mon Sep 17 00:00:00 2001 From: Alex Peck Date: Sat, 16 Nov 2024 21:17:09 -0800 Subject: [PATCH] build scripts --- .github/workflows/benchpr.yml | 3 +++ .github/workflows/gate.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/benchpr.yml b/.github/workflows/benchpr.yml index 38bd01f5..4c2cdd2e 100644 --- a/.github/workflows/benchpr.yml +++ b/.github/workflows/benchpr.yml @@ -25,6 +25,7 @@ jobs: dotnet-version: | 6.0.x 8.0.x + 9.0.x - name: Install dependencies run: dotnet restore - name: Build @@ -60,6 +61,7 @@ jobs: dotnet-version: | 6.0.x 8.0.x + 9.0.x - name: Install dependencies run: dotnet restore - name: Build @@ -84,6 +86,7 @@ jobs: dotnet-version: | 6.0.x 8.0.x + 9.0.x - name: Install dependencies run: dotnet restore - name: Build diff --git a/.github/workflows/gate.yml b/.github/workflows/gate.yml index 7d8d3082..2cac34d6 100644 --- a/.github/workflows/gate.yml +++ b/.github/workflows/gate.yml @@ -24,6 +24,7 @@ jobs: 3.1.x 6.0.x 8.0.x + 9.0.x - name: Install dependencies run: dotnet restore - name: Build @@ -98,6 +99,7 @@ jobs: dotnet-version: | 6.0.x 8.0.x + 9.0.x - name: Install dependencies run: dotnet restore - name: Build @@ -139,6 +141,7 @@ jobs: dotnet-version: | 6.0.x 8.0.x + 9.0.x - name: Install dependencies run: dotnet restore - name: Build