From af2b2aedb8c1f2c95a803aff50efc2a221777d8d Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 5 May 2023 08:09:46 +0200 Subject: [PATCH] CentOS 8 Stream now only provides Python 3.6 and 3.9. (#141) --- .github/workflows/ansible-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 3ecf13ea..eeec801a 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -119,7 +119,7 @@ jobs: sops_version: latest - ansible: devel docker_container: quay.io/ansible-community/test-image:centos-stream8 - python_version: '3.8' + python_version: '3.6' sops_version: latest steps: - name: >- @@ -193,7 +193,7 @@ jobs: git clone --depth=1 --single-branch https://github.com/ansible-collections/community.general.git ../../community/general - ansible: devel docker_container: quay.io/ansible-community/test-image:centos-stream8 - python_version: '3.8' + python_version: '3.9' target: gha/install/3/ github_latest_detection: auto - ansible: devel