diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 73261a0..f5069b9 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -31,7 +31,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Check out repository code uses: actions/checkout@v4 - name: Run integration tests