From 5cae7aa946bba8c55456189846e775c1df14fdbb Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Wed, 22 Nov 2023 17:07:11 +0900 Subject: [PATCH] Replace Fedora 38 with 39 for devel branch container test --- .azure-pipelines/azure-pipelines.yml | 4 ++-- changelogs/fragments/510_ci_update.yml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 changelogs/fragments/510_ci_update.yml 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)."