From ed6285e08318ee9fd405f126ba6b36ad025dd6a0 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 26 Jun 2023 22:36:04 +0200 Subject: [PATCH] Remove Fedora 37 from devel; add Fedora 38. (#633) --- .azure-pipelines/azure-pipelines.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 70c8b9027..1672b606c 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -107,8 +107,8 @@ stages: parameters: testFormat: devel/linux/{0} targets: - - name: Fedora 37 - test: fedora37 + - name: Fedora 38 + test: fedora38 - name: openSUSE 15 test: opensuse15 - name: Ubuntu 22.04 @@ -126,6 +126,8 @@ stages: parameters: testFormat: 2.15/linux/{0} targets: + - name: Fedora 37 + test: fedora37 - name: CentOS 7 test: centos7 groups: @@ -200,8 +202,8 @@ stages: targets: - name: Alpine 3.17 test: alpine/3.17 - - name: Fedora 37 - test: fedora/37 + - name: Fedora 38 + test: fedora/38 - name: Ubuntu 22.04 test: ubuntu/22.04 groups: