8000 Add net8.0 test targets · bbqchickenrobot/libgit2sharp@4e8e00e · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e8e00e

Browse files
committed
Add net8.0 test targets
1 parent d9bf967 commit 4e8e00e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
8000
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
matrix:
4040
arch: [ amd64 ]
4141
os: [ windows-2019, macos-11 ]
42-
tfm: [ net472, net6.0, net7.0 ]
42+
tfm: [ net472, net6.0, net7.0, net8.0 ]
4343
exclude:
4444
- os: macos-11
4545
tfm: net472
@@ -66,17 +66,23 @@ jobs:
6666
arch: [ amd64 ]
6767
# arch: [ amd64, arm64 ]
6868
distro: [ alpine.3.13, alpine.3.14, alpine.3.15, alpine.3.16, alpine.3.17, centos.stream.8, debian.10, debian.11, fedora.36, ubuntu.18.04, ubuntu.20.04, ubuntu.22.04 ]
69-
sdk: [ '6.0', '7.0' ]
69+
sdk: [ '6.0', '7.0' , '8.0' ]
7070
exclude:
7171
- distro: alpine.3.13
7272
sdk: '7.0'
7373
- distro: alpine.3.14
7474
sdk: '7.0'
75+
- distro: alpine.3.13
76+
sdk: '8.0'
77+
- distro: alpine.3.14
78+
sdk: '8.0'
7579
include:
7680
- sdk: '6.0'
7781
tfm: net6.0
7882
- sdk: '7.0'
7983
tfm: net7.0
84+
- sdk: '8.0'
85+
tfm: net8.0
8086
fail-fast: false
8187
steps:
8288
- name: Checkout

LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks Condition="'$(TargetFrameworks)'==''">net472;net6.0;net7.0</TargetFrameworks>
4+
<TargetFrameworks Condition="'$(TargetFrameworks)'==''">net472;net6.0;net7.0;net8.0</TargetFrameworks>
55
</PropertyGroup>
66

77
<ItemGroup>

0 commit comments

Comments
 (0)
0