From cc6aa5ab32e452ac5c774db54443748ba98329db Mon Sep 17 00:00:00 2001 From: jidicula Date: Wed, 7 Sep 2022 19:22:02 -0400 Subject: [PATCH] feat(version): Add clang-format-15 Note that clang-format-15 is only available in Ubuntu 22.10, Kinetic Kudu, which is still in beta at the time of this commit. Resolves: #112 --- .github/workflows/clang-format-image.yml | 1 + .github/workflows/tests.yml | 1 + README.md | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/clang-format-image.yml b/.github/workflows/clang-format-image.yml index 9b62231..5c39884 100644 --- a/.github/workflows/clang-format-image.yml +++ b/.github/workflows/clang-format-image.yml @@ -27,6 +27,7 @@ jobs: fail-fast: false matrix: version-pair: + - {version: "15", ubuntu: "kinetic"} - {version: "14", ubuntu: "jammy"} - {version: "13", ubuntu: "jammy"} - {version: "12", ubuntu: "jammy"} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9d45d73..3a7e2fc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,6 +31,7 @@ jobs: - 12 - 13 - 14 + - 15 steps: - uses: actions/checkout@v3 - name: Build and test the Docker image diff --git a/README.md b/README.md index d79b623..91cdbf7 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ You can define your own formatting rules in a `.clang-format` file at your repos * `clang-format-12` * `clang-format-13` * `clang-format-14` +* `clang-format-15` ## Do you find this useful?