[utilities/ark] /: Clang-format: Use version 18 which is the lowest available on SUSE
Justin Zobel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit b2f809ab2ce657c25927626de62b5e60cb65c3a8 by Justin Zobel, on behalf of Justin Zobel. Committed on 02/08/2026 at 05:31. Pushed by justinzobel into branch 'master'. Clang-format: Use version 18 which is the lowest available on SUSE M +1 -1 .kde-ci.yml https://invent.kde.org/utilities/ark/-/commit/b2f809ab2ce657c25927626de62b5e60cb65c3a8 diff --git a/.kde-ci.yml b/.kde-ci.yml index 0b11b5661..269b2467f 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -26,4 +26,4 @@ Dependencies: Options: require-passing-tests-on: ['Linux', 'FreeBSD'] - clang-format-versions: [15, 18] + clang-format-versions: [18]