Skip to content

Commit

Permalink
feat(version): Add clang-format-15
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jidicula committed Sep 11, 2022
1 parent e871b5e commit cc6aa5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-format-image.yml
Expand Up @@ -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"}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Expand Up @@ -31,6 +31,7 @@ jobs:
- 12
- 13
- 14
- 15
steps:
- uses: actions/checkout@v3
- name: Build and test the Docker image
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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?

Expand Down

0 comments on commit cc6aa5a

Please sign in to comment.