From f1e49f4dd15d816e0291aeb092f45a031eab031c Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Fri, 5 Dec 2025 00:12:35 +0000 Subject: [PATCH] Update CI matrix * Update the remote test target for 2.16 Signed-off-by: Hideki Saito --- .azure-pipelines/azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 0bc077e..5848321 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -252,10 +252,10 @@ stages: parameters: testFormat: 2.16/{0}/1 targets: - - name: RHEL 8.8 - test: rhel/8.8 - - name: RHEL 9.2 - test: rhel/9.2 + - name: RHEL 8.9 + test: rhel/8.9 + - name: RHEL 9.3 + test: rhel/9.3 ## Finally