]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1892: CI: no FreeBSD 14 support v9.0.1892
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sun, 10 Sep 2023 16:31:51 +0000 (18:31 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 10 Sep 2023 16:31:51 +0000 (18:31 +0200)
Problem:  CI: no FreeBSD 14 support
Solution: Drop support for FreeBSD 12, add FreeBSD 14

closes: #13059

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com>
.cirrus.yml
src/version.c

index cfe1d8e38ca4349445d3d8f4e68216194e75c14f..7ea83f53adce85adf0dd8f860b3770b95d470629 100644 (file)
@@ -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
index faeabfa6c61e7944a275b225a960efc73afa9bbe..40f7fe944c81539134bff48a8f1a7fadf760a550 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1892,
 /**/
     1891,
 /**/