diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 3396a06e..b26c14ff 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -199,16 +199,6 @@ jobs: # https://github.com/ansible-collections/news-for-maintainers in a timely manner, # consider dropping testing against EOL versions and versions you don't support. # ansible-core 2.14 - - ansible: stable-2.14 - python: '2.7' - - ansible: stable-2.14 - python: '3.5' - - ansible: stable-2.14 - python: '3.6' - - ansible: stable-2.14 - python: '3.7' - - ansible: stable-2.14 - python: '3.8' - ansible: stable-2.14 python: '3.9' - ansible: stable-2.14 @@ -216,16 +206,6 @@ jobs: - ansible: stable-2.14 python: '3.11' # ansible-core 2.15 - - ansible: stable-2.15 - python: '2.7' - - ansible: stable-2.15 - python: '3.5' - - ansible: stable-2.15 - python: '3.6' - - ansible: stable-2.15 - python: '3.7' - - ansible: stable-2.15 - python: '3.8' - ansible: stable-2.15 python: '3.9' - ansible: stable-2.15 @@ -233,16 +213,6 @@ jobs: - ansible: stable-2.15 python: '3.11' # ansible-core 2.16 - - ansible: stable-2.16 - python: '2.7' - - ansible: stable-2.16 - python: '3.6' - - ansible: stable-2.16 - python: '3.7' - - ansible: stable-2.16 - python: '3.8' - - ansible: stable-2.16 - python: '3.9' - ansible: stable-2.16 python: '3.10' - ansible: stable-2.16 diff --git a/tests/config.yml b/tests/config.yml new file mode 100644 index 00000000..05012468 --- /dev/null +++ b/tests/config.yml @@ -0,0 +1,2 @@ +modules: + python_requires: '>=3.9'