diff options
author | Darren Tucker <dtucker@dtucker.net> | 2024-09-23 12:52:31 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2024-09-23 12:52:31 +0200 |
commit | 1641f2d4d6e05d2147913442864cae546e64f08b (patch) | |
tree | 7be6ed4cac6f075fc867febee24676db57331afd | |
parent | update version numbers (diff) | |
download | openssh-1641f2d4d6e05d2147913442864cae546e64f08b.tar.xz openssh-1641f2d4d6e05d2147913442864cae546e64f08b.zip |
Add 9.9 branch to CI status console.
-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 4fa73894c..68275715d 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.9 : +[![C/C++ CI](https://github.com/openssh/openssh-portable/actions/workflows/c-cpp.yml/badge.svg?branch=V_9_9)](https://github.com/openssh/openssh-portable/actions/workflows/c-cpp.yml?query=branch:V_9_9) +[![C/C++ CI self-hosted](https://github.com/openssh/openssh-portable-selfhosted/actions/workflows/selfhosted.yml/badge.svg?branch=V_9_9)](https://github.com/openssh/openssh-portable-selfhosted/actions/workflows/selfhosted.yml?query=branch:V_9_9) + 9.8 : [![C/C++ CI](https://github.com/openssh/openssh-portable/actions/workflows/c-cpp.yml/badge.svg?branch=V_9_8)](https://github.com/openssh/openssh-portable/actions/workflows/c-cpp.yml?query=branch:V_9_8) [![C/C++ CI self-hosted](https://github.com/openssh/openssh-portable-selfhosted/actions/workflows/selfhosted.yml/badge.svg?branch=V_9_8)](https://github.com/openssh/openssh-portable-selfhosted/actions/workflows/selfhosted.yml?query=branch:V_9_8) |