patch 9.0.1943: CI not run with clang-17
Commit:
https://github.com/vim/vim/commit/f109bf93c9402e4e3122a7ae7846e6feae4fa222
Author: Philip H <[email protected]>
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 <[email protected]>
Co-authored-by: Philip H <[email protected]>
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f3ed8acb1..8c2e5396b 100644
--- 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
diff --git a/src/version.c b/src/version.c
index e48c564e8..6543bd240 100644
--- a/src/version.c
+++ b/src/version.c
@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1943,
/**/
1942,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/E1qkr2y-00BRNR-NN%40256bit.org.