Skip to content

Commit da40ba9

Browse files
offajidicula
andauthored
Add clang-format 20 (#237)
Co-authored-by: Johanan <git@johanan.dev>
1 parent 87adf5c commit da40ba9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- 17
4040
- 18
4141
- 19
42+
- 20
4243
steps:
4344
- uses: actions/checkout@v4
4445
- name: Build and test the Docker image
@@ -67,6 +68,7 @@ jobs:
6768
- 17
6869
- 18
6970
- 19
71+
- 20
7072
path:
7173
- check: 'test/known_fail'
7274
exclude: 'capital'

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ You can define your own formatting rules in a `.clang-format` file at your repos
2626
* 17: `clang-format-17`
2727
* 18: `clang-format-18`
2828
* 19: `clang-format-19`
29+
* 20: `clang-format-20`
2930

3031
## Action version upgrade guarantee
3132

0 commit comments

Comments
 (0)