From 01671d6fc0e6a8dd653d39811bb843594d947fa9 Mon Sep 17 00:00:00 2001 From: Ethan Conneely Date: Thu, 26 Sep 2024 18:56:13 +0100 Subject: [PATCH] Dotnet 8 test --- .github/workflows/pr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 27ef9256..aab9f30d 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Setup dotnet 6 + - name: Setup dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Install dependencies run: dotnet restore