Skip to content

Commit eb92e2a

Browse files
authored
Update .NET versions in CI workflow
1 parent 0acec2f commit eb92e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
dotnet-version: [ '7.0', '8.0', '9.0']
16+
dotnet-version: [ '8.0', '9.0', '10.0']
1717
fail-fast: false
1818
runs-on: ${{ matrix.os }}
1919

0 commit comments

Comments
 (0)