From a122be79425e220d2a907d8c561fc9f491195bbe Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 7 Jan 2023 12:45:52 +0100 Subject: [PATCH] Update CI matrix. (#562) --- .azure-pipelines/azure-pipelines.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index c8e22c6b..08fe1d83 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -109,14 +109,14 @@ stages: targets: - name: CentOS 7 test: centos7 - - name: Fedora 36 - test: fedora36 + - name: Fedora 37 + test: fedora37 - name: openSUSE 15 test: opensuse15 - name: Ubuntu 20.04 test: ubuntu2004 - # - name: Ubuntu 22.04 - # test: ubuntu2204 + - name: Ubuntu 22.04 + test: ubuntu2204 - name: Alpine 3 test: alpine3 groups: @@ -130,8 +130,8 @@ stages: parameters: testFormat: 2.14/linux/{0} targets: - - name: Ubuntu 22.04 - test: ubuntu2204 + - name: Fedora 36 + test: fedora36 groups: - 1 - 2 @@ -206,10 +206,10 @@ stages: test: macos/12.0 - name: RHEL 7.9 test: rhel/7.9 - # - name: RHEL 9.0 - # test: rhel/9.0 - - name: FreeBSD 12.3 - test: freebsd/12.3 + - name: RHEL 9.1 + test: rhel/9.1 + - name: FreeBSD 12.4 + test: freebsd/12.4 - name: FreeBSD 13.1 test: freebsd/13.1 groups: @@ -225,6 +225,8 @@ stages: targets: - name: RHEL 9.0 test: rhel/9.0 + - name: FreeBSD 12.3 + test: freebsd/12.3 groups: - 1 - 2