changeset 33363:14b9adfe6822 v9.0.1943

patch 9.0.1943: CI not run with clang-17 Commit: https://github.com/vim/vim/commit/f109bf93c9402e4e3122a7ae7846e6feae4fa222 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Mon Sep 25 21:05:00 2023 +0200 patch 9.0.1943: CI not run with clang-17 Problem: CI not run with clang-17 Solution: Update CI to use clang-17 closes: #12745 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com>
author Christian Brabandt <cb@256bit.org>
date Mon, 25 Sep 2023 21:15:08 +0200
parents 903ad090cbf3
children f3c9da047942
files .github/workflows/ci.yml src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
     env:
       CC: ${{ matrix.compiler }}
       GCC_VER: 13
-      CLANG_VER: 16
+      CLANG_VER: 17
       TEST: test
       SRCDIR: ./src
       LEAK_CFLAGS: -DEXITFREE
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1943,
+/**/
     1942,
 /**/
     1941,