diff options
author | Darren Tucker <dtucker@dtucker.net> | 2023-08-14 03:10:08 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2023-08-18 04:50:32 +0200 |
commit | 25b75e21f16bccdaa472ea1889b293c9bd51a87b (patch) | |
tree | 0353e405d3e695d7bd313a98854a13da9aea2e9d /.github | |
parent | upstream: fix regression in OpenSSH 9.4 (mux.c r1.99) that caused (diff) | |
download | openssh-25b75e21f16bccdaa472ea1889b293c9bd51a87b.tar.xz openssh-25b75e21f16bccdaa472ea1889b293c9bd51a87b.zip |
Add 9.4 branch to CI status page.
Diffstat (limited to '.github')
-rw-r--r-- | .github/ci-status.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/ci-status.md b/.github/ci-status.md index f3e088fd6..8d4cea10d 100644 --- a/.github/ci-status.md +++ b/.github/ci-status.md @@ -6,6 +6,10 @@ master : [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/openssh.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:openssh) [![Coverity Status](https://scan.coverity.com/projects/21341/badge.svg)](https://scan.coverity.com/projects/openssh-portable) +9.4 : +[![C/C++ CI](https://github.com/openssh/openssh-portable/actions/workflows/c-cpp.yml/badge.svg?branch=V_9_4)](https://github.com/openssh/openssh-portable/actions/workflows/c-cpp.yml?query=branch:V_9_4) +[![C/C++ CI self-hosted](https://github.com/openssh/openssh-portable-selfhosted/actions/workflows/selfhosted.yml/badge.svg?branch=V_9_4)](https://github.com/openssh/openssh-portable-selfhosted/actions/workflows/selfhosted.yml?query=branch:V_9_4) + 9.3 : [![C/C++ CI](https://github.com/openssh/openssh-portable/actions/workflows/c-cpp.yml/badge.svg?branch=V_9_3)](https://github.com/openssh/openssh-portable/actions/workflows/c-cpp.yml?query=branch:V_9_3) [![C/C++ CI self-hosted](https://github.com/openssh/openssh-portable-selfhosted/actions/workflows/selfhosted.yml/badge.svg?branch=V_9_3)](https://github.com/openssh/openssh-portable-selfhosted/actions/workflows/selfhosted.yml?query=branch:V_9_3) |