Skip to content

Commit

Permalink
Add clang-format-19 support
Browse files Browse the repository at this point in the history
  • Loading branch information
RichLogan committed Nov 28, 2024
1 parent d4d7ef3 commit d69cd02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- 16
- 17
- 18
- 19
steps:
- uses: actions/checkout@v4
- name: Build and test the Docker image
Expand Down Expand Up @@ -65,6 +66,7 @@ jobs:
- 16
- 17
- 18
- 19
path:
- check: 'test/known_fail'
exclude: 'capital'
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ You can define your own formatting rules in a `.clang-format` file at your repos
* 16: `clang-format-16`
* 17: `clang-format-17`
* 18: `clang-format-18`
* 19: `clang-format-19`

## Action version upgrade guarantee

Expand Down

0 comments on commit d69cd02

Please sign in to comment.