diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml
index af233a58..b896ef12 100644
--- a/.github/workflows/dotnet.yml
+++ b/.github/workflows/dotnet.yml
@@ -39,7 +39,10 @@ jobs:
       - name: Setup .NET
         uses: actions/setup-dotnet@v4
         with:
-          dotnet-version: ${{ matrix.dotnet-version }}.x
+          dotnet-version: |
+            6
+            7
+            8
             
       - name: Restore dependencies
         run: dotnet restore