From e0a4f37e31c9badd116d3080355066c4158a82d8 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 26 Jul 2025 12:23:40 +0200 Subject: [PATCH] Bump Alpine 3.21 to 3.22, Fedora 41 to 42, and RHEL 9.5 to 9.6. (#1103) Add old versions to stable-2.19 if not present yet. --- .azure-pipelines/azure-pipelines.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index f4bd0414..4c4d5576 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -116,14 +116,14 @@ stages: parameters: testFormat: devel/linux/{0} targets: - - name: Fedora 41 - test: fedora41 + - name: Fedora 42 + test: fedora42 - name: Ubuntu 22.04 test: ubuntu2204 - name: Ubuntu 24.04 test: ubuntu2404 - - name: Alpine 3.21 - test: alpine321 + - name: Alpine 3.22 + test: alpine322 groups: - 4 - 5 @@ -135,8 +135,10 @@ stages: parameters: testFormat: 2.19/linux/{0} targets: - - name: Ubuntu 24.04 - test: ubuntu2404 + - name: Fedora 42 + test: fedora41 + - name: Alpine 3.21 + test: alpine321 groups: - 4 - 5 @@ -222,8 +224,8 @@ stages: parameters: testFormat: devel/{0} targets: - - name: RHEL 9.5 with Docker SDK, urllib3, requests from sources - test: rhel/9.5-dev-latest + - name: RHEL 9.6 with Docker SDK, urllib3, requests from sources + test: rhel/9.6-dev-latest groups: - 1 - 2