patch 9.0.1892: CI: no FreeBSD 14 support
Commit:
https://github.com/vim/vim/commit/24a95f42b8469944a1e74838438ac8f1d86f9450
Author: Philip H <[email protected]>
Date: Sun Sep 10 18:31:51 2023 +0200
patch 9.0.1892: CI: no FreeBSD 14 support
Problem: CI: no FreeBSD 14 support
Solution: Drop support for FreeBSD 12, add FreeBSD 14
closes: #13059
Signed-off-by: Christian Brabandt <[email protected]>
Co-authored-by: Philip H <[email protected]>
diff --git a/.cirrus.yml b/.cirrus.yml
index cfe1d8e38..7ea83f53a 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -5,12 +5,12 @@ env:
freebsd_task:
name: FreeBSD
matrix:
- - name: FreeBSD 13.1
+ - name: FreeBSD 14.0
freebsd_instance:
- image_family: freebsd-13-1
- - name: FreeBSD 12.4
+ image_family: freebsd-14-0
+ - name: FreeBSD 13.1
freebsd_instance:
- image_family: freebsd-12-4
+ image_family: freebsd-13-1
timeout_in: 20m
install_script:
- pkg install -y gettext
diff --git a/src/version.c b/src/version.c
index faeabfa6c..40f7fe944 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 */
+/**/
+ 1892,
/**/
1891,
/**/
--
--
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/E1qfNYV-006Leu-OX%40256bit.org.