Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: ansible-core devel drops support for Python 2.7 and 3.6 #163

Merged
merged 1 commit into from
Oct 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading