Skip to content

Commit 052e74f

Browse files
committed
Swap CI build from .NET 6/7 to 6/8
1 parent ed8df18 commit 052e74f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
dotnet-version: |
1919
6.x.x
20-
7.x.x
20+
8.x.x
2121
2222
2323
- name: install workloads

.github/workflows/pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
dotnet-version: |
2222
6.x.x
23-
7.x.x
23+
8.x.x
2424
2525
- name: install workloads
2626
run: dotnet workload restore src/Avalonia.FuncUI.sln

0 commit comments

Comments
 (0)