Skip to content

Commit

Permalink
Merge pull request #67 from jhnc-oss/clangformat19
Browse files Browse the repository at this point in the history
clang-format 19 image
  • Loading branch information
offa authored Sep 25, 2024
2 parents 117a45d + ea146b3 commit 6d54495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
clangformat_version: [ '14.0.6', '16.0.6', '17.0.6', '18.1.8' ]
clangformat_version: [ '14.0.6', '16.0.6', '17.0.6', '18.1.8', '19.1.0' ]
name: "Build clang-format:${{ matrix.clangformat_version}}"
env:
FULL_IMAGE_NAME: "ghcr.io/${{ github.repository }}/clang-format"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Images are available on [GHCR](https://github.com/orgs/jhnc-oss/packages?repo_na

#### [clang-format](./clang-format/Dockerfile)

- `19`
- `18`
- `17`
- `16`
Expand Down

0 comments on commit 6d54495

Please sign in to comment.