Skip to content

Commit 05864d3

Browse files
committed
Fix EE test names.
1 parent 43ba69e commit 05864d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

antsibull-nox.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ config.dependencies.python_interpreter.python_path = "/usr/bin/python3.12"
9292
runtime_environment = {"ANSIBLE_PRIVATE_ROLE_VARS" = "true"}
9393

9494
[[sessions.ee_check.execution_environments]]
95-
name = "2.15-rocky-9"
95+
name = "2.17-rocky-9"
9696
description = "ansible-core 2.17 @ Rocky Linux 9"
9797
test_playbooks = ["tests/ee/all.yml"]
9898
config.images.base_image.name = "quay.io/rockylinux/rockylinux:9"
@@ -103,7 +103,7 @@ config.dependencies.python_interpreter.python_path = "/usr/bin/python3.11"
103103
runtime_environment = {"ANSIBLE_PRIVATE_ROLE_VARS" = "true"}
104104

105105
[[sessions.ee_check.execution_environments]]
106-
name = "2.14-centos-stream-9"
106+
name = "2.18-centos-stream-9"
107107
description = "ansible-core 2.18 @ CentOS Stream 9"
108108
test_playbooks = ["tests/ee/all.yml"]
109109
config.images.base_image.name = "quay.io/centos/centos:stream9"

0 commit comments

Comments
 (0)