Skip to content

Commit ac323a3

Browse files
CI: Setup net 8, 9 for some jobs on ubuntu-latest (#658)
1 parent 7b21882 commit ac323a3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/actions/dotnet-test-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
using: "composite"
66

77
steps:
8-
- uses: actions/setup-dotnet@v3
8+
- uses: actions/setup-dotnet@v4
99
with:
1010
dotnet-quality: ga
1111
dotnet-version: 9.0

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ jobs:
9292
- uses: actions/setup-dotnet@v4
9393
with:
9494
dotnet-quality: ga
95-
dotnet-version: 3.1
95+
dotnet-version: |
96+
3.1
97+
8.0
9698
9799
- uses: actions/checkout@v4
98100

0 commit comments

Comments
 (0)