From 1b5e612ce596ba5f35cb0eb3104f8b9dd167a759 Mon Sep 17 00:00:00 2001 From: jidicula Date: Sat, 18 Mar 2023 14:04:46 -0400 Subject: [PATCH] feat: Add support for clang-format-16 https://github.com/llvm/llvm-project/releases/tag/llvmorg-16.0.0 --- .github/workflows/clang-format-image.yml | 3 ++- README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/clang-format-image.yml b/.github/workflows/clang-format-image.yml index fc22d7f..dcf058a 100644 --- a/.github/workflows/clang-format-image.yml +++ b/.github/workflows/clang-format-image.yml @@ -27,7 +27,8 @@ jobs: fail-fast: false matrix: version-pair: - - {version: "15", ubuntu: "kinetic"} + - {version: "16", ubuntu: "lunar"} + - {version: "15", ubuntu: "lunar"} - {version: "14", ubuntu: "jammy"} - {version: "13", ubuntu: "jammy"} - {version: "12", ubuntu: "jammy"} diff --git a/README.md b/README.md index 2e252c3..06ff68f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ You can define your own formatting rules in a `.clang-format` file at your repos * 13: `clang-format-13` * 14: `clang-format-14` * 15: `clang-format-15` +* 16: `clang-format-16` ## Do you find this useful?