ci: Upgrade to clang-format-18

This commit is contained in:
Eduardo Almeida
2024-03-12 18:17:53 +00:00
parent 154bf7acb9
commit f67abfdc16

View File

@@ -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