Skip to content

Commit

Permalink
Add Fedora 41, Alpine 3.21 to CI for devel. (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Jan 8, 2025
1 parent bb7f9b6 commit 0a6b1fd
Showing 1 changed file with 11 additions and 11 deletions.
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

0 comments on commit 0a6b1fd

Please sign in to comment.