diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 3fc5535c..3139d477 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -116,8 +116,8 @@ stages: parameters: testFormat: devel/linux/{0} targets: - - name: Fedora 43 - test: fedora43 + - name: Fedora 44 + test: fedora44 - name: Ubuntu 22.04 test: ubuntu2204 - name: Ubuntu 24.04 diff --git a/antsibull-nox.toml b/antsibull-nox.toml index 71013955..d3a40bab 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -197,7 +197,7 @@ description = "Meta session for running all ansible-test-integration-devel-* ses [[sessions.ansible_test_integration.groups.sessions]] ansible_core = "devel" target = [ "azp/4/", "azp/5/" ] -docker = [ "fedora43", "ubuntu2204", "ubuntu2404", "alpine323" ] +docker = [ "fedora44", "ubuntu2204", "ubuntu2404", "alpine323" ] [[sessions.ansible_test_integration.groups.sessions]] ansible_core = "devel"