From a3aa9c41e632d8e57ba2fdd703251f5144449fa1 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 29 Jun 2023 10:57:49 -0500 Subject: [PATCH] Update azure-pipelines for new RHEL versions Change to the CI system annnounced in the following required this change: https://github.com/ansible-collections/news-for-maintainers/issues/47 Signed-off-by: Adam Miller --- .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 9fe3cb4..5c42738 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -233,10 +233,10 @@ stages: test: macos/13.2 - name: RHEL 7.9 test: rhel/7.9 - - name: RHEL 8.7 - test: rhel/8.7 - - name: RHEL 9.1 - test: rhel/9.1 + - name: RHEL 8.8 + test: rhel/8.8 + - name: RHEL 9.2 + test: rhel/9.2 - name: FreeBSD 12.4 test: freebsd/12.4 - name: FreeBSD 13.1