Skip to content

Commit 481214c

Browse files
author
Gonzalo Diaz
committed
[CONFIG] dotnet versions upgraded. 8.x + 9.x => 9.x + 10.x
1 parent 4973b26 commit 481214c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dotnet-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup .NET
2828
uses: actions/setup-dotnet@v5
2929
with:
30-
dotnet-version: 8.0.x
30+
dotnet-version: 10.0.x
3131
- name: Restore dependencies
3232
run: dotnet restore --verbosity normal
3333
- name: Build

.github/workflows/dotnet-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: ["windows-2022", "windows-2025", "ubuntu-24.04", "macos-14"]
24-
dotnet-version: [8.x, 9.x]
24+
dotnet-version: [9.0.x, 10.0.x]
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- uses: actions/checkout@v5

.github/workflows/dotnet-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: ["windows-2022", "windows-2025", "ubuntu-24.04", "macos-14"]
24-
dotnet-version: [8.x, 9.x]
24+
dotnet-version: [9.0.x, 10.0.x]
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)