This is an automated email from the ASF dual-hosted git repository.

martinzink pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new b2d7921cd MINIFICPP-2880 Drop clang18 support (#2240)
b2d7921cd is described below

commit b2d7921cd86dba9b4dfd852d87fe3953bae863ac
Author: Martin Zink <[email protected]>
AuthorDate: Mon Aug 10 16:36:58 2026 +0200

    MINIFICPP-2880 Drop clang18 support (#2240)
---
 .github/workflows/compiler-support.yml | 2 +-
 README.md                              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/compiler-support.yml 
b/.github/workflows/compiler-support.yml
index 009f318f8..3ad10c739 100644
--- a/.github/workflows/compiler-support.yml
+++ b/.github/workflows/compiler-support.yml
@@ -36,7 +36,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        platform: [ { id: clang-18, base_image: silkeh/clang:18-bookworm },
+        platform: [ { id: clang-20, base_image: silkeh/clang:20-bookworm },
                     { id: clang-21, base_image: silkeh/clang:21-trixie } ]
 
     runs-on: ubuntu-24.04
diff --git a/README.md b/README.md
index 3652cf8bf..a26a995c5 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,7 @@ Communicating with Apache NiFi can be done using the 
Site-to-Site protocol. More
 * CMake 3.26 or greater
 * Compiler
   * g++ 13 or greater
-  * clang 18 or greater
+  * clang 20 or greater
   * msvc 19.33 or greater
 * bison 3.0.x+ (3.2 has been shown to fail builds)
 * flex 2.6 or greater

Reply via email to