1
0
Эх сурвалжийг харах

Merge pull request #470 from nickbabcock/dotnet

Target .net 8.0 in CI
Nick Babcock 3 сар өмнө
parent
commit
ff948cef32

+ 1 - 1
.github/workflows/ci.yml

@@ -22,7 +22,7 @@ jobs:
         submodules: true
         submodules: true
     - uses: actions/setup-dotnet@v4
     - uses: actions/setup-dotnet@v4
       with:
       with:
-        dotnet-version: '6.0.*'
+        dotnet-version: '8.0.x'
     - run: dotnet test
     - run: dotnet test
       if: matrix.os == 'ubuntu-latest'
       if: matrix.os == 'ubuntu-latest'
     - run: dotnet test --filter 'Category!=integration'
     - run: dotnet test --filter 'Category!=integration'