Skip to content

Commit

Permalink
patch 9.0.1892: CI: no FreeBSD 14 support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pheiduck authored and chrisbra committed Sep 10, 2023
1 parent e7833e7 commit 24a95f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .cirrus.yml
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -699,6 +699,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1892,
/**/
1891,
/**/
Expand Down

0 comments on commit 24a95f4

Please sign in to comment.