From cf1fe027dd606631697703afffa12d4a80388271 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 15 Nov 2023 21:55:20 +0100 Subject: [PATCH] Add rhel/9.3 for devel, remove rhel/9.2. (#673) --- .azure-pipelines/azure-pipelines.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index d6d81eec..ca077ae3 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -204,8 +204,8 @@ stages: targets: - name: macOS 13.2 test: macos/13.2 - - name: RHEL 9.2 - test: rhel/9.2 + - name: RHEL 9.3 + test: rhel/9.3 - name: FreeBSD 13.2 test: freebsd/13.2 groups: @@ -219,6 +219,8 @@ stages: parameters: testFormat: 2.16/{0} targets: + - name: RHEL 9.2 + test: rhel/9.2 - name: RHEL 8.8 test: rhel/8.8 groups: