diff options
author | Sloane Hertel <19572925+s-hertel@users.noreply.github.com> | 2021-07-30 11:19:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 08:19:05 -0700 |
commit | 83039a38adc8ccfda2543f4b8af7cc10a776dcaa (patch) | |
tree | d0ec663561e847a1c3fd34e562cd584afb6b8703 /.azure-pipelines | |
parent | f6b27f6e356e6e25f7fb0f439222428e45e8e5a8 (diff) | |
download | ansible-83039a38adc8ccfda2543f4b8af7cc10a776dcaa.tar.gz |
ansible-test - add RHEL 8.4 as a remote (#75362)
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index aa83203d58..7ff098717e 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -92,10 +92,10 @@ stages: test: macos/11.1 - name: RHEL 7.9 test: rhel/7.9 - - name: RHEL 8.3 py36 - test: rhel/8.3@3.6 - - name: RHEL 8.3 py38 - test: rhel/8.3@3.8 + - name: RHEL 8.4 py36 + test: rhel/8.4@3.6 + - name: RHEL 8.4 py38 + test: rhel/8.4@3.8 - name: FreeBSD 12.2 test: freebsd/12.2 - name: FreeBSD 13.0 @@ -173,10 +173,10 @@ stages: test: macos/11.1 - name: RHEL 7.9 test: rhel/7.9 - - name: RHEL 8.3 py36 - test: rhel/8.3@3.6 - - name: RHEL 8.3 py38 - test: rhel/8.3@3.8 + - name: RHEL 8.4 py36 + test: rhel/8.4@3.6 + - name: RHEL 8.4 py38 + test: rhel/8.4@3.8 - name: FreeBSD 12.2 test: freebsd/12.2 - name: FreeBSD 13.0 |