diff options
author | Martin Krizek <martin.krizek@gmail.com> | 2023-11-14 08:23:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-14 08:23:44 +0100 |
commit | 0bab08ee33a1aad1908f54534b48ece66cff7c50 (patch) | |
tree | c0618396847988d80ccdebfca61fa72b854aea14 /.azure-pipelines | |
parent | fix typo (#82202) (diff) | |
download | ansible-0bab08ee33a1aad1908f54534b48ece66cff7c50.tar.xz ansible-0bab08ee33a1aad1908f54534b48ece66cff7c50.zip |
ansible-test - Add RHEL 9.3 support (#82178)
Fixes #82020
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 3390c34feb..4fbd7456ee 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -79,10 +79,10 @@ stages: targets: - name: macOS 13.2 test: macos/13.2 - - name: RHEL 9.2 py39 - test: rhel/9.2@3.9 - - name: RHEL 9.2 py311 - test: rhel/9.2@3.11 + - name: RHEL 9.3 py39 + test: rhel/9.3@3.9 + - name: RHEL 9.3 py311 + test: rhel/9.3@3.11 - name: FreeBSD 13.2 test: freebsd/13.2 groups: @@ -93,8 +93,8 @@ stages: targets: - name: macOS 13.2 test: macos/13.2 - - name: RHEL 9.2 - test: rhel/9.2 + - name: RHEL 9.3 + test: rhel/9.3 - name: FreeBSD 13.2 test: freebsd/13.2 groups: @@ -108,8 +108,8 @@ stages: test: alpine/3.18 - name: Fedora 38 test: fedora/38 - - name: RHEL 9.2 - test: rhel/9.2 + - name: RHEL 9.3 + test: rhel/9.3 - name: Ubuntu 22.04 test: ubuntu/22.04 groups: |