From 9ae28e2fabbda76816785d779df3445a33a66925 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 19 Jun 2023 22:50:07 +0200 Subject: [PATCH] Add RHEL 8.7, 8.8, and 9.2 to CI. (#624) --- .azure-pipelines/azure-pipelines.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 347deb83..8973101e 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -216,8 +216,10 @@ stages: targets: - name: macOS 13.2 test: macos/13.2 - - name: RHEL 9.1 - test: rhel/9.1 + - name: RHEL 9.2 + test: rhel/9.2 + - name: RHEL 8.8 + test: rhel/8.8 - name: FreeBSD 12.4 test: freebsd/12.4 - name: FreeBSD 13.2 @@ -233,6 +235,10 @@ stages: parameters: testFormat: 2.15/{0} targets: + - name: RHEL 9.1 + test: rhel/9.1 + - name: RHEL 8.7 + test: rhel/8.7 - name: RHEL 7.9 test: rhel/7.9 - name: FreeBSD 13.1