diff options
author | Abhijeet Kasurde <akasurde@redhat.com> | 2023-06-20 20:24:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-20 20:24:08 +0200 |
commit | bc68ae8b977b21cf3b4636c252fe97d1bc8d917b (patch) | |
tree | 528121f4fb1a5d8db5be02bb9d85f696e64401c8 /.azure-pipelines | |
parent | Resolve issues on python pre-3.10.6 with collection dirs longer than 100 char... (diff) | |
download | ansible-bc68ae8b977b21cf3b4636c252fe97d1bc8d917b.tar.xz ansible-bc68ae8b977b21cf3b4636c252fe97d1bc8d917b.zip |
ansible-test: Added Fedora 38 (#81074)
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index a231cdc196..5d0d885913 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -120,6 +120,8 @@ stages: test: alpine/3.17 - name: Fedora 37 test: fedora/37 + - name: Fedora 38 + test: fedora/38 - name: RHEL 8.8 test: rhel/8.8 - name: RHEL 9.2 @@ -143,6 +145,8 @@ stages: test: centos7 - name: Fedora 37 test: fedora37 + - name: Fedora 38 + test: fedora38 - name: openSUSE 15 test: opensuse15 - name: Ubuntu 20.04 @@ -160,6 +164,8 @@ stages: test: alpine3 - name: Fedora 37 test: fedora37 + - name: Fedora 38 + test: fedora38 - name: Ubuntu 22.04 test: ubuntu2204 groups: |