From 3d87fbf6f9055e5c16ed69d5a8877acf356f4087 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 22:59:00 +0200 Subject: [PATCH] [PR #6788/7b404fd4 backport][stable-6] CI: Remove Fedora 37 from devel; add Fedora 38 (#6789) CI: Remove Fedora 37 from devel; add Fedora 38 (#6788) Remove Fedora 37 from devel; add Fedora 38. (cherry picked from commit 7b404fd45d02a71517cf5763e6253b73e330d803) Co-authored-by: Felix Fontein --- .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 b4c536205e..9bb2a04c58 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -173,8 +173,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: @@ -265,8 +265,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 20.04 @@ -287,6 +287,8 @@ stages: parameters: testFormat: 2.15/linux/{0} targets: + - name: Fedora 37 + test: fedora37 - name: CentOS 7 test: centos7 groups: