From dc5af8985b864d806e14367be604479e38f3bb69 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 7 Jan 2023 11:25:10 +0100 Subject: [PATCH] Update CI matrix. (#549) --- .azure-pipelines/azure-pipelines.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 23f7b482..2e5b1837 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -111,8 +111,8 @@ 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 @@ -132,8 +132,8 @@ stages: parameters: testFormat: 2.14/linux/{0} targets: - - name: Ubuntu 22.04 - test: ubuntu2204 + - name: Fedora 36 + test: fedora36 groups: - 4 - 5 @@ -206,8 +206,8 @@ stages: targets: - name: RHEL 7.9 test: rhel/7.9 - - name: RHEL 9.0 with latest Docker SDK from PyPi - test: rhel/9.0-pypi-latest + - name: RHEL 9.1 with latest Docker SDK from PyPi + test: rhel/9.1-pypi-latest groups: - 1 - 2