diff options
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: |