diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f7788f..297e782 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - uses: DoozyX/clang-format-lint-action@master name: "Verify formatting" with: - clangFormatVersion: 16 + clangFormatVersion: 17 coverage: name: "coverage" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00bbc26..d654430 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ coverage: formatting: image: docker:latest variables: - CLANGFORMAT_VERSION: 16 + CLANGFORMAT_VERSION: 17 services: - docker:dind before_script: