8000 Updates by bording · Pull Request #2128 · libgit2/libgit2sharp · GitHub
[go: up one dir, main page]

Skip to content

Updates #2128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Nov 22, 2024
Merged

Updates #2128

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update supported distros
  • Loading branch information
bording committed Nov 21, 2024
commit 6b38349bacc9e5071f7ce50e723d5d48c6b55e43
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
9361
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,15 @@ jobs:
matrix:
arch: [ amd64 ]
# arch: [ amd64, arm64 ]
distro: [ alpine.3.17, alpine.3.18, centos.stream.8, debian.11, fedora.37, ubuntu.18.04, ubuntu.20.04, ubuntu.22.04 ]
distro: [ alpine.3.17, alpine.3.18, alpine.3.19, alpine.3.20, centos.stream.9, debian.12, fedora.39, fedora.40, ubuntu.20.04, ubuntu.22.04, ubuntu.24.04 ]
sdk: [ '8.0', '9.0' ]
exclude:
- distro: alpine.3.17
sdk: '9.0'
- distro: alpine.3.18
sdk: '9.0'
- distro: fedora.39
sdk: '9.0'
include:
- sdk: '8.0'
tfm: net8.0
Expand Down
Loading
0