Patch 9.0.1024
Problem: CI doesn't use the latest FreeBSD version.
Solution: Go from 12.3 to 12.4. (closes #11423)
Files: .cirrus.yml
*** ../vim-9.0.1023/.cirrus.yml 2022-10-06 16:56:40.344667631 +0100
--- .cirrus.yml 2022-12-06 16:53:57.534892228 +0000
***************
*** 8,16 ****
- name: FreeBSD 13.1
freebsd_instance:
image_family: freebsd-13-1
! - name: FreeBSD 12.3
freebsd_instance:
! image_family: freebsd-12-3
timeout_in: 20m
install_script:
- pkg update -f
--- 8,16 ----
- name: FreeBSD 13.1
freebsd_instance:
image_family: freebsd-13-1
! - name: FreeBSD 12.4
freebsd_instance:
! image_family: freebsd-12-4
timeout_in: 20m
install_script:
- pkg update -f
*** ../vim-9.0.1023/src/version.c 2022-12-06 16:16:57.971656206 +0000
--- src/version.c 2022-12-06 16:55:28.694813596 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1024,
/**/
--
hundred-and-one symptoms of being an internet addict:
248. You sign your letters with your e-mail address instead of your name.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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/20221206165718.7B8F91C07A0%40moolenaar.net.