From ea146b30dcb3d330903e0ebdfaef3974327c8174 Mon Sep 17 00:00:00 2001 From: offa Date: Wed, 25 Sep 2024 18:43:57 +0200 Subject: [PATCH] Add clang-format 19 image (#65) --- .github/workflows/ci.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fddb3e6..934956d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" diff --git a/README.md b/README.md index 282efbb..af38ead 100644 --- a/README.md +++ b/README.md @@ -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`