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: Add Fedora 41, Alpine 3.21 to CI for devel #219

Merged
merged 1 commit into from
Jan 8, 2025
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
22 changes: 11 additions & 11 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
docker_container:
- ubuntu2204
- ubuntu2404
- fedora40
- fedora41
sops_version:
- 3.5.0
- 3.6.1
Expand Down Expand Up @@ -103,6 +103,9 @@ jobs:
- ansible: stable-2.18
docker_container: ubuntu2404
sops_version: 3.9.0
- ansible: stable-2.18
docker_container: fedora40
sops_version: 3.9.2
# devel
- ansible: devel
docker_container: ubuntu2204
Expand All @@ -113,9 +116,6 @@ jobs:
- ansible: devel
docker_container: ubuntu2404
sops_version: 3.9.1
- ansible: devel
docker_container: fedora40
sops_version: 3.9.2
- ansible: devel
docker_container: quay.io/ansible-community/test-image:archlinux
python_version: '3.13'
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
target: gha/install/3/
github_latest_detection: auto
- ansible: devel
docker_container: fedora40
docker_container: fedora41
python_version: ''
target: gha/install/3/
github_latest_detection: auto
Expand All @@ -236,12 +236,12 @@ jobs:
python_version: ''
target: gha/install/3/
github_latest_detection: latest-release
# - ansible: devel
# docker_container: alpine3.19 -- so far only alpine3 edge supports sops
# python_version: ''
# target: gha/install/3/
# github_latest_detection: auto
# test-deps: git+https://github.com/ansible-collections/community.general.git,main
- ansible: devel
docker_container: alpine321
python_version: ''
target: gha/install/3/
github_latest_detection: auto
test-deps: git+https://github.com/ansible-collections/community.general.git,main
steps:
- name: >-
Perform sops installation integration testing against
Expand Down
Loading