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 2a086d9 commit 1aae62dCopy full SHA for 1aae62d
.github/workflows/amd64_tfm.yml
@@ -12,10 +12,10 @@ jobs:
12
msvc:
13
strategy:
14
matrix:
15
- # 8:Core3.0, 9:.Net5, 10:.Net6, 11:.Net7, 12:.Net8
+ # C# language: 8:Core3.0, 9:.Net5, 10:.Net6, 11:.Net7, 12:.Net8
16
lang: [8.0, 10.0, 11.0, 12.0]
17
- build: [462, 48, 6, 7, 8]
18
- example: [net462, net48, netcoreapp3.1, net6.0, net7.0, net8.0]
+ build: [462, 48, 6, 7, 8, 9]
+ example: [net462, net48, netcoreapp3.1, net6.0, net7.0, net8.0, net9.0]
19
fail-fast: false
20
name: win,l:${{ matrix.lang }},b:${{ matrix.build }},t:${{ matrix.example }}
21
runs-on: windows-latest
@@ -29,13 +29,14 @@ jobs:
29
- name: Check swig
30
run: swig -version
31
# Install .NET SDKs
32
- - name: Setup .NET Core 3.1, 6.0, 8.0
+ - name: Setup .NET Core 3.1, 6.0, 8.0, 9.0
33
uses: actions/setup-dotnet@v4
34
with:
35
dotnet-version: |
36
3.1.x
37
6.0.x
38
8.0.x
39
+ 9.0.x
40
- name: Check dotnet
41
run: dotnet --info
42
- name: Check cmake
0 commit comments