Skip to content

Commit 1aae62d

Browse files
committed
ci: Add net9.0 to TFM combinatory tests
1 parent 2a086d9 commit 1aae62d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/amd64_tfm.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
msvc:
1313
strategy:
1414
matrix:
15-
# 8:Core3.0, 9:.Net5, 10:.Net6, 11:.Net7, 12:.Net8
15+
# C# language: 8:Core3.0, 9:.Net5, 10:.Net6, 11:.Net7, 12:.Net8
1616
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]
17+
build: [462, 48, 6, 7, 8, 9]
18+
example: [net462, net48, netcoreapp3.1, net6.0, net7.0, net8.0, net9.0]
1919
fail-fast: false
2020
name: win,l:${{ matrix.lang }},b:${{ matrix.build }},t:${{ matrix.example }}
2121
runs-on: windows-latest
@@ -29,13 +29,14 @@ jobs:
2929
- name: Check swig
3030
run: swig -version
3131
# Install .NET SDKs
32-
- name: Setup .NET Core 3.1, 6.0, 8.0
32+
- name: Setup .NET Core 3.1, 6.0, 8.0, 9.0
3333
uses: actions/setup-dotnet@v4
3434
with:
3535
dotnet-version: |
3636
3.1.x
3737
6.0.x
3838
8.0.x
39+
9.0.x
3940
- name: Check dotnet
4041
run: dotnet --info
4142
- name: Check cmake

0 commit comments

Comments
 (0)