# HG changeset patch # User Bram Moolenaar # Date 1670346007 -3600 # Node ID d81e09faf28e80de6d4ff8fa5322641b22d80615 # Parent 2cc67b3a22a383fe2b8802ccfccadf6c6c8ec365 patch 9.0.1024: CI doesn't use the latest FreeBSD version Commit: https://github.com/vim/vim/commit/5e0c004f0cef949d0933d2bfaa8fd0e86d675846 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Tue Dec 6 16:56:44 2022 +0000 patch 9.0.1024: CI doesn't use the latest FreeBSD version Problem: CI doesn't use the latest FreeBSD version. Solution: Go from 12.3 to 12.4. (closes https://github.com/vim/vim/issues/11423) diff --git a/.cirrus.yml b/.cirrus.yml --- a/.cirrus.yml +++ b/.cirrus.yml @@ -8,9 +8,9 @@ freebsd_task: - name: FreeBSD 13.1 freebsd_instance: image_family: freebsd-13-1 - - name: FreeBSD 12.3 + - name: FreeBSD 12.4 freebsd_instance: - image_family: freebsd-12-3 + image_family: freebsd-12-4 timeout_in: 20m install_script: - pkg update -f diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1024, +/**/ 1023, /**/ 1022,