From f67abfdc1626b3dfdccef6e0ad538fe1087499cc Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Tue, 12 Mar 2024 18:17:53 +0000 Subject: [PATCH] ci: Upgrade to clang-format-18 --- utils/tests/gitlab-ci-code-linting.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/tests/gitlab-ci-code-linting.yml b/utils/tests/gitlab-ci-code-linting.yml index 637227960..295c196b6 100644 --- a/utils/tests/gitlab-ci-code-linting.yml +++ b/utils/tests/gitlab-ci-code-linting.yml @@ -16,10 +16,10 @@ timeout: 1h interruptible: true -check-style-clang-format-17: +check-style-clang-format-18: extends: .check-style-clang-format variables: - CLANG_FORMAT_VERSION: 17 + CLANG_FORMAT_VERSION: 18 check-style-clang-format-15: extends: .check-style-clang-format