diff options
author | Abhijeet Kasurde <akasurde@redhat.com> | 2023-11-17 03:30:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-17 03:30:13 +0100 |
commit | fbdb666411f0d2c833e2a74cbf35593b22abb69f (patch) | |
tree | 44bc98dd1f6a937d174098d50b90c503eb75a686 /.azure-pipelines | |
parent | syslog: Handle ValueError raised while sending logs to syslog (#82225) (diff) | |
download | ansible-fbdb666411f0d2c833e2a74cbf35593b22abb69f.tar.xz ansible-fbdb666411f0d2c833e2a74cbf35593b22abb69f.zip |
ansible-test: Added Fedora 39 (#82218)
* Fedora 39 remote
* Fedora 39 container
Fixes: #82018
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 4fbd7456ee..50f9231344 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -106,8 +106,8 @@ stages: targets: - name: Alpine 3.18 test: alpine/3.18 - - name: Fedora 38 - test: fedora/38 + - name: Fedora 39 + test: fedora/39 - name: RHEL 9.3 test: rhel/9.3 - name: Ubuntu 22.04 @@ -123,8 +123,8 @@ stages: targets: - name: Alpine 3 test: alpine3 - - name: Fedora 38 - test: fedora38 + - name: Fedora 39 + test: fedora39 - name: Ubuntu 20.04 test: ubuntu2004 - name: Ubuntu 22.04 @@ -138,8 +138,8 @@ stages: targets: - name: Alpine 3 test: alpine3 - - name: Fedora 38 - test: fedora38 + - name: Fedora 39 + test: fedora39 - name: Ubuntu 22.04 test: ubuntu2204 groups: |