Skip to content

Commit de0c8a9

Browse files
committed
fix: dotnet 10 in ci
1 parent f194af1 commit de0c8a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/querykit-integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
dotnet-version: ['9.0.x']
10+
dotnet-version: ['10.0.x']
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}

.github/workflows/querykit-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
dotnet-version: ['9.0.x']
10+
dotnet-version: ['10.0.x']
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}

0 commit comments

Comments
 (0)