diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index a0d8068..e66ea57 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -51,8 +51,8 @@ stages: parameters: testFormat: devel/linux/{0}/1 targets: - - name: Fedora 38 - test: fedora38 + - name: Fedora 39 + test: fedora39 - name: Ubuntu 20.04 test: ubuntu2004 - name: Ubuntu 22.04 diff --git a/changelogs/fragments/510_ci_update.yml b/changelogs/fragments/510_ci_update.yml new file mode 100644 index 0000000..ada69ef --- /dev/null +++ b/changelogs/fragments/510_ci_update.yml @@ -0,0 +1,3 @@ +--- +trivial: + - "Replace Fedora 38 with 39 for container test(https://github.com/ansible-collections/ansible.posix/issues/509)."