CI: Move ansible-core 2.16 from AZP to GHA (#1132)

* Move ansible-core 2.16 to EOL CI.

* Remove no longer relevant EOL CI badge.

* CentOS 7 does not work in GHA.
This commit is contained in:
Felix Fontein
2025-09-27 12:27:44 +02:00
committed by GitHub
parent 1e038c072f
commit c9c420c036
4 changed files with 7 additions and 53 deletions
+6
View File
@@ -94,6 +94,12 @@ ansible_core = "2.15"
target = [ "azp/4/", "azp/5/" ]
docker = [ "fedora37" ]
[[sessions.ansible_test_integration.sessions]]
ansible_core = "2.16"
target = [ "azp/4/", "azp/5/" ]
docker = [ "fedora38", "opensuse15", "alpine3" ]
# "centos7" does not work in GHA.
[[sessions.ee_check.execution_environments]]
name = "devel-ubi-9"
description = "ansible-core devel @ RHEL UBI 9"