From 5dc328e68b750f0541648177e352cc82591f1ae0 Mon Sep 17 00:00:00 2001 From: Peter Keresztes Schmidt Date: Tue, 7 Sep 2021 19:12:51 +0200 Subject: [PATCH] CI/Cirrus: Add FreeBSD 13 to the build matrix --- .cirrus.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 0765a31e2..872b82e37 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,7 +1,9 @@ task: name: freebsd-build freebsd_instance: - image_family: freebsd-12-2 + matrix: + - image_family: freebsd-12-2 + - image_family: freebsd-13-0 prepare_script: - pkg install -yq git cmake pkgconf jpeg-turbo mysql80-client ffmpeg libvncserver libjwt catch p5-DBI p5-DBD-mysql p5-Date-Manip p5-Test-LWP-UserAgent p5-Sys-Mmap