Skip to content

Commit 23907de

Browse files
committed
ci: Add net9.0 to TFM combinatory tests
1 parent c79a2fa commit 23907de

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/amd64_tfm.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
msvc:
99
strategy:
1010
matrix:
11-
# 8:Core3.0, 9:.Net5, 10:.Net6, 11:.Net7, 12:.Net8
11+
# C# language: 8:Core3.0, 9:.Net5, 10:.Net6, 11:.Net7, 12:.Net8
1212
lang: [8.0, 10.0, 11.0, 12.0]
13-
build: [462, 48, 6, 7, 8]
14-
example: [net462, net48, netcoreapp3.1, net6.0, net7.0, net8.0]
13+
build: [462, 48, 6, 7, 8, 9]
14+
example: [net462, net48, netcoreapp3.1, net6.0, net7.0, net8.0, net9.0]
1515
fail-fast: false
1616
name: win,l:${{ matrix.lang }},b:${{ matrix.build }},t:${{ matrix.example }}
1717
runs-on: windows-latest
@@ -25,13 +25,14 @@ jobs:
2525
- name: Check swig
2626
run: swig -version
2727
# Install .NET SDKs
28-
- name: Setup .NET Core 3.1, 6.0, 8.0
28+
- name: Setup .NET Core 3.1, 6.0, 8.0, 9.0
2929
uses: actions/setup-dotnet@v4
3030
with:
3131
dotnet-version: |
3232
3.1.x
3333
6.0.x
3434
8.0.x
35+
9.0.x
3536
- name: Check dotnet
3637
run: dotnet --info
3738
- name: Check cmake

0 commit comments

Comments
 (0)