From a2d4554c78501dfa16543705712162408d6d2849 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 3 May 2023 22:04:40 +0200 Subject: [PATCH] Add FreeBSD 13.2, drop FreeBSD 12.2. (#601) --- .azure-pipelines/azure-pipelines.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index c9eaaa32..8bd6d2ec 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -248,8 +248,8 @@ stages: test: rhel/9.1 - name: FreeBSD 12.4 test: freebsd/12.4 - - name: FreeBSD 13.1 - test: freebsd/13.1 + - name: FreeBSD 13.2 + test: freebsd/13.2 groups: - 1 - 2 @@ -263,6 +263,8 @@ stages: targets: - name: RHEL 7.9 test: rhel/7.9 + - name: FreeBSD 13.1 + test: freebsd/13.1 groups: - 1 - 2 @@ -311,8 +313,9 @@ stages: # test: macos/11.1 - name: RHEL 8.4 test: rhel/8.4 - - name: FreeBSD 12.2 - test: freebsd/12.2 + # Not working anymore: + # - name: FreeBSD 12.2 + # test: freebsd/12.2 groups: - 1 - 2