From 75934cdd8c5ca7d3b113f35d77bf0c85abf55cc3 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 17 Nov 2023 21:29:45 +0100 Subject: [PATCH] devel supports Fedora 39, and no longer Fedora 38. (#674) --- .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 ca077ae3d..ec7c2f5d0 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 38 - test: fedora38 + - name: Fedora 39 + test: fedora39 - name: Ubuntu 22.04 test: ubuntu2204 - name: Alpine 3 @@ -124,6 +124,8 @@ stages: parameters: testFormat: 2.16/linux/{0} targets: + - name: Fedora 38 + test: fedora38 - name: openSUSE 15 test: opensuse15 groups: @@ -188,8 +190,8 @@ stages: targets: - name: Alpine 3.18 test: alpine/3.18 - - name: Fedora 38 - test: fedora/38 + - name: Fedora 39 + test: fedora/39 - name: Ubuntu 22.04 test: ubuntu/22.04 groups: