Replace remote test env RHEL9.7 and 10.1 with 9.8 and 10.2 (#764)

- Replace 9.7 with 9.8
- Replace 10.1 with 10.2
- Addresses https://github.com/ansible/ansible/pull/87120

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito
2026-07-01 11:56:25 +09:00
committed by GitHub
parent 78fb77c8d5
commit ee1461f46c
2 changed files with 7 additions and 4 deletions

View File

@@ -271,10 +271,10 @@ stages:
parameters: parameters:
testFormat: devel/{0}/1 testFormat: devel/{0}/1
targets: targets:
- name: RHEL 10.1 - name: RHEL 10.2
test: rhel/10.1 test: rhel/10.2
- name: RHEL 9.7 - name: RHEL 9.8
test: rhel/9.7 test: rhel/9.8
- name: FreeBSD 14.4 - name: FreeBSD 14.4
test: freebsd/14.4 test: freebsd/14.4
- name: FreeBSD 15.0 - name: FreeBSD 15.0

View File

@@ -0,0 +1,3 @@
---
trivial:
- Replace AZP remote test RHEL9.7 and RHEL10.1 with 9.8 and 10.2 for devel branch.