From 6334b5d366858ee42e8cf9c778e05ac1411ab3a5 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 4 Oct 2023 07:28:37 +0200 Subject: [PATCH] ansible-core devel drops support for Python 2.7 and 3.6. --- .github/workflows/ansible-test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 0f3d13a..f31dfca 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -110,10 +110,14 @@ jobs: - ansible: stable-2.15 docker_container: ubuntu2204 sops_version: 3.7.3 - # 2.15 + # 2.16 - ansible: stable-2.16 docker_container: ubuntu2204 sops_version: 3.8.0 + - ansible: stable-2.16 + docker_container: quay.io/ansible-community/test-image:centos-stream8 + python_version: '3.6' + sops_version: latest # devel - ansible: devel docker_container: quay.io/ansible-community/test-image:archlinux @@ -127,10 +131,6 @@ jobs: docker_container: quay.io/ansible-community/test-image:debian-bullseye python_version: '3.9' sops_version: latest - - ansible: devel - docker_container: quay.io/ansible-community/test-image:centos-stream8 - python_version: '3.6' - sops_version: latest steps: - name: >- Perform integration testing against