From 009e79c7b7f20d8e176a16fa8e1d510273c0a259 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Fri, 6 May 2022 16:10:50 +0100 Subject: patch 8.2.4889: CI only tests with FreeBSD 12 Problem: CI only tests with FreeBSD 12. Solution: Also test with FreeBSD 13. (closes #10366) --- .cirrus.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index bd1a077b5d..9512ca3d46 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,11 +2,17 @@ env: CIRRUS_CLONE_DEPTH: 3 FEATURES: huge -freebsd_12_task: +freebsd_task: + name: FreeBSD + matrix: + - name: FreeBSD 13.1 + freebsd_instance: + image_family: freebsd-13-1 + - name: FreeBSD 12.3 + freebsd_instance: + image_family: freebsd-12-3 only_if: $CIRRUS_TAG == '' timeout_in: 20m - freebsd_instance: - image: freebsd-12-3-release-amd64 install_script: - pkg update -f - pkg install -y gettext -- cgit v1.2.3