Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-05-11 20:38:54 +0300
committerMatt Clay <matt@mystile.com>2022-05-11 21:19:45 +0300
commit449d82a5219b5f92ed6c0d0ad1c3ceef22581357 (patch)
treeafdb07a80c245000e6f94af10da689b321be07fa /.azure-pipelines
parent8e9140341256d2bbad4ea8ce81763be037e6fc88 (diff)
ansible-test - Add RHEL 8.6 support.
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/azure-pipelines.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml
index e9b3778b0e7..8d7ec7622c2 100644
--- a/.azure-pipelines/azure-pipelines.yml
+++ b/.azure-pipelines/azure-pipelines.yml
@@ -90,10 +90,10 @@ stages:
test: macos/12.0
- name: RHEL 7.9
test: rhel/7.9
- - name: RHEL 8.5 py36
- test: rhel/8.5@3.6
- - name: RHEL 8.5 py38
- test: rhel/8.5@3.8
+ - name: RHEL 8.6 py36
+ test: rhel/8.6@3.6
+ - name: RHEL 8.6 py38
+ test: rhel/8.6@3.8
- name: FreeBSD 12.3
test: freebsd/12.3
- name: FreeBSD 13.0
@@ -161,10 +161,10 @@ stages:
parameters:
testFormat: i/{0}
targets:
- - name: RHEL 8.5 py36
- test: rhel/8.5@3.6
- - name: RHEL 8.5 py38
- test: rhel/8.5@3.8
+ - name: RHEL 8.6 py36
+ test: rhel/8.6@3.6
+ - name: RHEL 8.6 py38
+ test: rhel/8.6@3.8
- stage: Incidental_Windows
displayName: Incidental Windows
dependsOn: []