We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b21882 commit ac323a3Copy full SHA for ac323a3
.github/actions/dotnet-test-build/action.yml
@@ -5,7 +5,7 @@ runs:
5
using: "composite"
6
7
steps:
8
- - uses: actions/setup-dotnet@v3
+ - uses: actions/setup-dotnet@v4
9
with:
10
dotnet-quality: ga
11
dotnet-version: 9.0
.github/workflows/ci.yml
@@ -92,7 +92,9 @@ jobs:
92
- uses: actions/setup-dotnet@v4
93
94
95
- dotnet-version: 3.1
+ dotnet-version: |
96
+ 3.1
97
+ 8.0
98
99
- uses: actions/checkout@v4
100
0 commit comments