From 8e33aafdbaf4aec9dea5545388072c769198fd02 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 8 Nov 2024 23:05:44 +0100 Subject: [PATCH] Add FreeBSD 13.4 to CI. (#815) --- .azure-pipelines/azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 3f9475d4f..5f3e3672e 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -242,6 +242,8 @@ stages: test: rhel/9.4 - name: FreeBSD 14.1 test: freebsd/14.1 + - name: FreeBSD 13.4 + test: freebsd/13.4 groups: - 1 - 2