From 6df8e6676f9c2d5c476e5f650d145a2ee627fb7d Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 8 Jan 2026 12:52:57 +0100 Subject: [PATCH] Add FreeBSD 15.0 and 14.4 to CI. --- .azure-pipelines/azure-pipelines.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 34855ed6e7..ee4c284aa9 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -195,12 +195,10 @@ stages: test: rhel/10.1 - name: RHEL 9.7 test: rhel/9.7 - # TODO: enable this ASAP! - # - name: FreeBSD 15.0 - # test: freebsd/15.0 - # TODO: enable this ASAP! - # - name: FreeBSD 14.4 - # test: freebsd/14.4 + - name: FreeBSD 15.0 + test: freebsd/15.0 + - name: FreeBSD 14.4 + test: freebsd/14.4 groups: - 1 - 2