From 5d2bfddc150013c6edc2b119ae39d0b32678243a Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 13 Aug 2023 19:19:30 +0200 Subject: [PATCH] FreeBSD 13.0 and 12.3 are no longer availabe, bump versions and disable since these versions are already tested with stable-2.15. (#649) --- .azure-pipelines/azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 67274049..ed49cfba 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -260,8 +260,8 @@ stages: test: macos/12.0 - name: RHEL 9.0 test: rhel/9.0 - - name: FreeBSD 12.3 - test: freebsd/12.3 + #- name: FreeBSD 12.4 + # test: freebsd/12.4 groups: - 1 - 2 @@ -275,8 +275,8 @@ stages: targets: - name: RHEL 8.5 test: rhel/8.5 - - name: FreeBSD 13.0 - test: freebsd/13.0 + #- name: FreeBSD 13.1 + # test: freebsd/13.1 groups: - 1 - 2